[Midnightbsd-cvs] mports [19838] trunk/graphics/qt4-iconengines: fix build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 20 07:13:04 EDT 2015


Revision: 19838
          http://svnweb.midnightbsd.org/mports/?rev=19838
Author:   laffer1
Date:     2015-08-20 07:13:03 -0400 (Thu, 20 Aug 2015)
Log Message:
-----------
fix build

Modified Paths:
--------------
    trunk/graphics/qt4-iconengines/Makefile
    trunk/graphics/qt4-iconengines/pkg-plist

Modified: trunk/graphics/qt4-iconengines/Makefile
===================================================================
--- trunk/graphics/qt4-iconengines/Makefile	2015-08-20 11:09:33 UTC (rev 19837)
+++ trunk/graphics/qt4-iconengines/Makefile	2015-08-20 11:13:03 UTC (rev 19838)
@@ -8,12 +8,12 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Qt SVG icon engine plugin
+
 LICENSE=	gpl3
 
+USES=		pkgconfig
 USE_QT4=	qmake_build moc_build corelib gui svg xml
-QT_NONSTANDARD=	yes
 QT_DIST=	yes
-MAKE_JOBS_SAFE=	yes
 
 HAS_CONFIGURE=	yes
 
@@ -37,8 +37,6 @@
 BUILD_WRKSRC=	${WRKSRC}/src/plugins/${PORTNAME}/svgiconengine
 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

Modified: trunk/graphics/qt4-iconengines/pkg-plist
===================================================================
--- trunk/graphics/qt4-iconengines/pkg-plist	2015-08-20 11:09:33 UTC (rev 19837)
+++ trunk/graphics/qt4-iconengines/pkg-plist	2015-08-20 11:13:03 UTC (rev 19838)
@@ -1,4 +1,2 @@
-%%QT_PLUGINDIR_REL%%/iconengines/libqsvgicon.so
-%%DEBUG%%%%QT_PLUGINDIR_REL%%/iconengines/libqsvgicon.so.debug
- at dirrmtry %%QT_PLUGINDIR_REL%%/iconengines
- at dirrmtry %%QT_PLUGINDIR_REL%%
+%%QT_PLUGINDIR%%/iconengines/libqsvgicon.so
+%%DEBUG%%%%QT_PLUGINDIR%%/iconengines/libqsvgicon.so.debug



More information about the Midnightbsd-cvs mailing list