svn commit: r336226 - head/print/tex-xetex

Baptiste Daroussin bapt at FreeBSD.org
Wed Dec 11 21:53:57 UTC 2013


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 at 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


More information about the svn-ports-head mailing list