summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 21:53:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 21:53:56 +0000
commit0f7a12c17276659d93be01d616e085daf1ca324a (patch)
tree531cb348cc5544513dc515df9bc52ff3af49b87f /print
parent- update LEGAL (diff)
Convert LIB_DEPENDS to allow graphics/graphite2 to have the libname upstream expect it to have
Notes
Notes: svn path=/head/; revision=336226
Diffstat (limited to 'print')
-rw-r--r--print/tex-xetex/Makefile14
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