aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2015-07-20 12:43:16 +0800
committerhrs <hrs@FreeBSD.org>2015-07-20 12:43:16 +0800
commit85ff5d1eb70569eb09813fd078322191a4e78a64 (patch)
tree5eac9a6c9245f530b51b47464b05a775f20a79f3 /print
parent9db3a6e0bd0bc3a4d12be0b798fb8ee3ca2c7ed6 (diff)
downloadfreebsd-ports-gnome-85ff5d1eb70569eb09813fd078322191a4e78a64.tar.gz
freebsd-ports-gnome-85ff5d1eb70569eb09813fd078322191a4e78a64.tar.zst
freebsd-ports-gnome-85ff5d1eb70569eb09813fd078322191a4e78a64.zip
Fix dependency.
PR: 201706
Diffstat (limited to 'print')
-rw-r--r--print/texlive-base/Makefile5
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 \