diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-04-28 05:31:09 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-04-28 05:31:09 +0800 |
commit | 213d2c1470fd61a73cb858dcf6ed7549a127fa6b (patch) | |
tree | 305ebde251ba2fdefa44b8350940aa51e68800da /editors | |
parent | 5b58edead53596c14170ec30d62758f0e41bbba8 (diff) | |
download | freebsd-ports-gnome-213d2c1470fd61a73cb858dcf6ed7549a127fa6b.tar.gz freebsd-ports-gnome-213d2c1470fd61a73cb858dcf6ed7549a127fa6b.tar.zst freebsd-ports-gnome-213d2c1470fd61a73cb858dcf6ed7549a127fa6b.zip |
Split off the harfbuzz icu support into it's own port.
PR: 207779
Submitted by: Vladimir Kondratyev <vladimir@kondratyev.su>
Exp-run by: antoine@
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 5d76f36d09fa..c8aaf9487959 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 2 +PORTREVISION= 3 MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ http://dev-www.libreoffice.org/src/:src \ http://dev-www.libreoffice.org/extern/:ext @@ -50,6 +50,7 @@ LIB_DEPENDS= libapr-1.so:devel/apr1 \ liblpsolve55.so:math/lp_solve \ libcmis-0.5.so:net/libcmis \ libharfbuzz.so:print/harfbuzz \ + libharfbuzz-icu.so:print/harfbuzz-icu \ libmspub-0.1.so:print/libmspub01 \ libpagemaker-0.0.so:print/libpagemaker \ libnss3.so:security/nss \ |