[Midnightbsd-cvs] mports [22322] trunk/emulators/wine/Makefile: fixup png depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Feb 22 08:34:58 EST 2017


Revision: 22322
          http://svnweb.midnightbsd.org/mports/?rev=22322
Author:   laffer1
Date:     2017-02-22 08:34:58 -0500 (Wed, 22 Feb 2017)
Log Message:
-----------
fixup png depends

Modified Paths:
--------------
    trunk/emulators/wine/Makefile

Modified: trunk/emulators/wine/Makefile
===================================================================
--- trunk/emulators/wine/Makefile	2017-02-22 13:33:19 UTC (rev 22321)
+++ trunk/emulators/wine/Makefile	2017-02-22 13:34:58 UTC (rev 22322)
@@ -15,13 +15,13 @@
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
-LIB_DEPENDS=	libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
-		libfreetype.so:${PORTSDIR}/print/freetype2 \
-		libjpeg.so:${PORTSDIR}/graphics/jpeg \
-		liblcms2.so:${PORTSDIR}/graphics/lcms2 \
-		libpng15.so:${PORTSDIR}/graphics/png \
-		libxml2.so:${PORTSDIR}/textproc/libxml2
+BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2 \
+		libjpeg.so:graphics/jpeg \
+		liblcms2.so:graphics/lcms2 \
+		libpng16.so:graphics/png \
+		libxml2.so:textproc/libxml2
 
 CONFLICTS_INSTALL=	i386-wine-[0-9]* i386-wine-devel-[0-9]* wine-devel-[0-9]*
 



More information about the Midnightbsd-cvs mailing list