aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2015-07-20 04:43:16 +0000
committerHiroki Sato <hrs@FreeBSD.org>2015-07-20 04:43:16 +0000
commitc2330cabc1e1f1353013f1f4db1583a75d505641 (patch)
tree5eac9a6c9245f530b51b47464b05a775f20a79f3 /print
parentfde2198f56f4a95da7ac995046fea909c30b946c (diff)
downloadports-c2330cabc1e1f1353013f1f4db1583a75d505641.tar.gz
ports-c2330cabc1e1f1353013f1f4db1583a75d505641.zip
Notes
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 \