diff options
author | hrs <hrs@FreeBSD.org> | 2015-07-25 03:42:18 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2015-07-25 03:42:18 +0800 |
commit | 8ef289a2aeedaf75288e9ff2bf8e25baaf9da4a3 (patch) | |
tree | b1db1cef15e2454a8963d8239f540637d9d0f200 /print/texlive-base | |
parent | c7b6998f047642527ff81709c00bc01cb8cd2cbb (diff) | |
download | freebsd-ports-gnome-8ef289a2aeedaf75288e9ff2bf8e25baaf9da4a3.tar.gz freebsd-ports-gnome-8ef289a2aeedaf75288e9ff2bf8e25baaf9da4a3.tar.zst freebsd-ports-gnome-8ef289a2aeedaf75288e9ff2bf8e25baaf9da4a3.zip |
Fix a missing dependency.
PR: 201857
Diffstat (limited to 'print/texlive-base')
-rw-r--r-- | print/texlive-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 6874a128512d..22e32d2c15aa 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base @@ -19,6 +19,7 @@ LIB_DEPENDS= libicuio.so:${PORTSDIR}/devel/icu \ libgraphite2.so:${PORTSDIR}/graphics/graphite2 \ libgd.so:${PORTSDIR}/graphics/gd \ libfreetype.so:${PORTSDIR}/print/freetype2 \ + libharfbuzz.so:${PORTSDIR}/print/harfbuzz \ libttf.so:${PORTSDIR}/print/freetype \ libpng.so:${PORTSDIR}/graphics/png \ libzzip.so:${PORTSDIR}/devel/zziplib \ @@ -61,6 +62,7 @@ CONFIGURE_ARGS= --disable-native-texlive-build \ --with-freetype2-includes=${LOCALBASE}/include/freetype2 \ --with-freetype2-libdir=${LOCALBASE}/lib \ --with-system-cairo \ + --with-system-harfbuzz \ --with-system-gd \ --with-system-graphite2 \ --with-system-pixman \ |