Date: Wed, 11 Dec 2013 21:53:56 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336226 - head/print/tex-xetex Message-ID: <201312112153.rBBLru4h069147@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Dec 11 21:53:56 2013 New Revision: 336226 URL: http://svnweb.freebsd.org/changeset/ports/336226 Log: Convert LIB_DEPENDS to allow graphics/graphite2 to have the libname upstream expect it to have Modified: head/print/tex-xetex/Makefile Modified: head/print/tex-xetex/Makefile ============================================================================== --- head/print/tex-xetex/Makefile Wed Dec 11 21:52:30 2013 (r336225) +++ head/print/tex-xetex/Makefile Wed Dec 11 21:53:56 2013 (r336226) @@ -15,13 +15,13 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= hrs@FreeBSD.org COMMENT= TeX System with Unicode and Modern Font Technologies -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ - graphite2:${PORTSDIR}/graphics/graphite2 \ - icuio:${PORTSDIR}/devel/icu \ - openjpeg:${PORTSDIR}/graphics/openjpeg \ - png15:${PORTSDIR}/graphics/png \ - poppler:${PORTSDIR}/graphics/poppler \ - TECkit:${PORTSDIR}/textproc/teckit +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libgraphite2.so:${PORTSDIR}/graphics/graphite2 \ + libicuio.so:${PORTSDIR}/devel/icu \ + libopenjpeg.so:${PORTSDIR}/graphics/openjpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libpoppler.so:${PORTSDIR}/graphics/poppler \ + libTECkit.so:${PORTSDIR}/textproc/teckit USE_XZ= yes USE_GMAKE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312112153.rBBLru4h069147>