diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-20 04:43:16 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-20 04:43:16 +0000 |
commit | c2330cabc1e1f1353013f1f4db1583a75d505641 (patch) | |
tree | 5eac9a6c9245f530b51b47464b05a775f20a79f3 /print/texlive-base/Makefile | |
parent | Fix dependency. (diff) |
Fix dependency.
PR: 201706
Notes
Notes:
svn path=/head/; revision=392547
Diffstat (limited to 'print/texlive-base/Makefile')
-rw-r--r-- | print/texlive-base/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 872de93498cb..3c46e25b077e 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,6 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMESUFFIX= -base @@ -15,7 +16,7 @@ RUN_DEPENDS= psbook:${PORTSDIR}/print/psutils LIB_DEPENDS= libicuio.so:${PORTSDIR}/devel/icu \ libt1.so:${PORTSDIR}/devel/t1lib \ libTECkit.so:${PORTSDIR}/textproc/teckit \ - libgraphite.so:${PORTSDIR}/graphics/silgraphite \ + libgraphite2.so:${PORTSDIR}/graphics/graphite2 \ libgd.so:${PORTSDIR}/graphics/gd \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libttf.so:${PORTSDIR}/print/freetype \ @@ -77,7 +78,7 @@ CONFIGURE_ARGS= --disable-native-texlive-build \ --with-freetype2-libdir=${LOCALBASE}/lib \ --with-system-cairo \ --with-system-gd \ - --with-system-graphite \ + --with-system-graphite2 \ --with-system-pixman \ --with-system-poppler \ --with-system-t1lib \ |