[Midnightbsd-cvs] mports [21774] trunk/graphics/qt5-imageformats/Makefile: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 20 14:39:21 EDT 2016


Revision: 21774
          http://svnweb.midnightbsd.org/mports/?rev=21774
Author:   laffer1
Date:     2016-08-20 14:39:20 -0400 (Sat, 20 Aug 2016)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/graphics/qt5-imageformats/Makefile

Modified: trunk/graphics/qt5-imageformats/Makefile
===================================================================
--- trunk/graphics/qt5-imageformats/Makefile	2016-08-20 18:38:28 UTC (rev 21773)
+++ trunk/graphics/qt5-imageformats/Makefile	2016-08-20 18:39:20 UTC (rev 21774)
@@ -12,10 +12,10 @@
 
 LICENSE=	gpl3
 
-LIB_DEPENDS=	libjasper.so:graphics/jasper \
-		libmng.so:graphics/libmng \
-		libtiff.so:graphics/tiff \
-		libwebp.so:graphics/webp
+LIB_DEPENDS=	libjasper.so:${PORTSDIR}/graphics/jasper \
+		libmng.so:${PORTSDIR}/graphics/libmng \
+		libtiff.so:${PORTSDIR}/graphics/tiff \
+		libwebp.so:${PORTSDIR}/graphics/webp
 
 USE_QT5=	core gui buildtools_build
 QT_DIST=	${PORTNAME}



More information about the Midnightbsd-cvs mailing list