[Midnightbsd-cvs] mports [20786] trunk/graphics/qt4-imageformats/Makefile: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 12 21:18:02 EST 2015


Revision: 20786
          http://svnweb.midnightbsd.org/mports/?rev=20786
Author:   laffer1
Date:     2015-11-12 21:18:02 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
fix depends

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

Modified: trunk/graphics/qt4-imageformats/Makefile
===================================================================
--- trunk/graphics/qt4-imageformats/Makefile	2015-11-13 02:15:28 UTC (rev 20785)
+++ trunk/graphics/qt4-imageformats/Makefile	2015-11-13 02:18:02 UTC (rev 20786)
@@ -10,15 +10,13 @@
 COMMENT=	Qt imageformat plugins for GIF, JPEG, MNG and SVG
 LICENSE=	gpl3
 
-LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
-		mng:${PORTSDIR}/graphics/libmng \
-		png15:${PORTSDIR}/graphics/png \
-		tiff:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS=	libmng.so:${PORTSDIR}/graphics/libmng \
+		libpng.so:${PORTSDIR}/graphics/png \
+		libtiff.so:${PORTSDIR}/graphics/tiff
 
+USES=		jpeg pkgconfig
 USE_QT4=	qmake_build moc_build rcc_build corelib gui svg xml
-QT_NONSTANDARD=	yes
 QT_DIST=	yes
-MAKE_JOBS_SAFE=	true
 
 HAS_CONFIGURE=	yes
 
@@ -42,8 +40,6 @@
 BUILD_WRKSRC=	${WRKSRC}/src/plugins/${PORTNAME}
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 
-EXTRA_PATCHES=	${.CURDIR}/../../devel/qt4/files/patch-configure
-
 pre-configure:
 	${MKDIR} ${WRKSRC}/mkspecs
 	${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake



More information about the Midnightbsd-cvs mailing list