diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 05:53:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 05:53:56 +0800 |
commit | 6ecf577ba1136a2230b25185f22eae69d0582e87 (patch) | |
tree | 531cb348cc5544513dc515df9bc52ff3af49b87f /print/tex-xetex | |
parent | c3c9a6689df22a860bdb20ae69c9baf1e80bfd80 (diff) | |
download | freebsd-ports-gnome-6ecf577ba1136a2230b25185f22eae69d0582e87.tar.gz freebsd-ports-gnome-6ecf577ba1136a2230b25185f22eae69d0582e87.tar.zst freebsd-ports-gnome-6ecf577ba1136a2230b25185f22eae69d0582e87.zip |
Convert LIB_DEPENDS to allow graphics/graphite2 to have the libname upstream expect it to have
Diffstat (limited to 'print/tex-xetex')
-rw-r--r-- | print/tex-xetex/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/print/tex-xetex/Makefile b/print/tex-xetex/Makefile index c1e8dafb972a..897800c0cbd4 100644 --- a/print/tex-xetex/Makefile +++ b/print/tex-xetex/Makefile @@ -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 |