diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-24 19:42:18 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-24 19:42:18 +0000 |
commit | 69b5050c4330ce0771df7326596c18074f8ddd08 (patch) | |
tree | b1db1cef15e2454a8963d8239f540637d9d0f200 /print/texlive-base/Makefile | |
parent | - Update to 1.0.5 (diff) |
Fix a missing dependency.
PR: 201857
Notes
Notes:
svn path=/head/; revision=392838
Diffstat (limited to 'print/texlive-base/Makefile')
-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 \ |