aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2015-08-23 18:18:07 +0000
committerHiroki Sato <hrs@FreeBSD.org>2015-08-23 18:18:07 +0000
commitdaaacd6d5990fae44333bf679fe4461ea98e3d4e (patch)
treee89ecda3015989c12ecbaeb84f6522264fdd24a9 /print
parent71d9c8aeb3a207093248c9e8a570df6a198a46be (diff)
downloadports-daaacd6d5990fae44333bf679fe4461ea98e3d4e.tar.gz
ports-daaacd6d5990fae44333bf679fe4461ea98e3d4e.zip
Fix dependency accidentally removed in the previous commits.
Notes
Notes: svn path=/head/; revision=395122
Diffstat (limited to 'print')
-rw-r--r--print/texlive-base/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile
index 04ef7fb762a7..2296cf8f53ab 100644
--- a/print/texlive-base/Makefile
+++ b/print/texlive-base/Makefile
@@ -16,6 +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 \
+ libgd.so:${PORTSDIR}/graphics/gd \
libgraphite2.so:${PORTSDIR}/graphics/graphite2 \
libfreetype.so:${PORTSDIR}/print/freetype2 \
libharfbuzz.so:${PORTSDIR}/print/harfbuzz \
@@ -30,6 +31,7 @@ CONFLICTS_INSTALL= texlive-texmf-201[234]*
USE_TEX= web2c kpathsea ptexenc tlmgr texhash-bootstrap
USES= ghostscript pkgconfig perl5 shebangfix tar:xz
USE_PERL5= run
+USE_XORG= x11 xmu
# during build phase gnu configure is run a lot
MAKE_ENV+= CONFIG_SITE=${CONFIG_SITE}
EXCLUDE_FILES= ${DISTNAME}/texk/web2c \
@@ -58,6 +60,7 @@ CONFIGURE_ARGS= --disable-native-texlive-build \
--with-system-freetype2 \
--with-freetype2-includes=${LOCALBASE}/include/freetype2 \
--with-freetype2-libdir=${LOCALBASE}/lib \
+ --with-system-gd \
--with-system-cairo \
--with-system-harfbuzz \
--with-system-graphite2 \