[Midnightbsd-cvs] mports [24388] trunk/devel/tex-web2c/Makefile: modernize dependencies

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 25 19:47:45 EDT 2018


Revision: 24388
          http://svnweb.midnightbsd.org/mports/?rev=24388
Author:   laffer1
Date:     2018-09-25 19:47:12 -0400 (Tue, 25 Sep 2018)
Log Message:
-----------
modernize dependencies

Modified Paths:
--------------
    trunk/devel/tex-web2c/Makefile

Modified: trunk/devel/tex-web2c/Makefile
===================================================================
--- trunk/devel/tex-web2c/Makefile	2018-09-25 20:37:03 UTC (rev 24387)
+++ trunk/devel/tex-web2c/Makefile	2018-09-25 23:47:12 UTC (rev 24388)
@@ -15,10 +15,10 @@
 
 LICENSE=	publicdom
 
-LIB_DEPENDS=	libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 \
-		libpng.so:${PORTSDIR}/graphics/png \
-		libzzip.so:${PORTSDIR}/devel/zziplib \
-		libmpfr.so:${PORTSDIR}/math/mpfr
+LIB_DEPENDS=	libopenjpeg.so:graphics/openjpeg15 \
+		libpng.so:graphics/png \
+		libzzip.so:devel/zziplib \
+		libmpfr.so:math/mpfr
 
 USES=		pkgconfig libtool tar:xz iconv
 USE_TEX=	kpathsea ptexenc
@@ -48,7 +48,8 @@
 		--with-system-zlib \
 		--with-system-zziplib \
 		--host=${ARCH}-portbld-freebsd9.1 \
-		--build=${ARCH}-portbld-freebsd9.1
+		--build=${ARCH}-portbld-freebsd9.1 \
+		--target=${ARCH}-portbld-freebsd9.1
 .for L in pixman cairo gmp mpfr libpng icu kpathsea ptexenc
 CONFIGURE_ARGS+=--with-system-$L \
 		--with-$L-include=${LOCALBASE}/include \



More information about the Midnightbsd-cvs mailing list