Date: Sun, 23 Aug 2015 18:18:08 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395122 - head/print/texlive-base Message-ID: <201508231818.t7NII89K042588@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Sun Aug 23 18:18:07 2015 New Revision: 395122 URL: https://svnweb.freebsd.org/changeset/ports/395122 Log: Fix dependency accidentally removed in the previous commits. Modified: head/print/texlive-base/Makefile Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Sun Aug 23 16:44:16 2015 (r395121) +++ head/print/texlive-base/Makefile Sun Aug 23 18:18:07 2015 (r395122) @@ -16,6 +16,7 @@ RUN_DEPENDS= psbook:${PORTSDIR}/print/ps 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 --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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508231818.t7NII89K042588>