svn commit: r314095 - in head: devel/qt4-qt3support www/qt4-webkit
Max Brazhnikov
makc at FreeBSD.org
Wed Mar 13 16:34:05 UTC 2013
Author: makc
Date: Wed Mar 13 16:34:04 2013
New Revision: 314095
URL: http://svnweb.freebsd.org/changeset/ports/314095
Log:
Add build dependence on pkgconfig to make sure glib is properly detected.
Modified:
head/devel/qt4-qt3support/Makefile
head/www/qt4-webkit/Makefile
Modified: head/devel/qt4-qt3support/Makefile
==============================================================================
--- head/devel/qt4-qt3support/Makefile Wed Mar 13 16:21:09 2013 (r314094)
+++ head/devel/qt4-qt3support/Makefile Wed Mar 13 16:34:04 2013 (r314095)
@@ -9,6 +9,7 @@ PKGNAMEPREFIX= qt4-
MAINTAINER= kde at FreeBSD.org
COMMENT= Qt3 compatibility library
+USE_PKGCONFIG= build
USE_QT4= qmake_build moc_build corelib gui network sql xml
QT_NONSTANDARD= yes
QT_DIST= yes
Modified: head/www/qt4-webkit/Makefile
==============================================================================
--- head/www/qt4-webkit/Makefile Wed Mar 13 16:21:09 2013 (r314094)
+++ head/www/qt4-webkit/Makefile Wed Mar 13 16:34:04 2013 (r314095)
@@ -10,6 +10,7 @@ PKGNAMEPREFIX= qt4-
MAINTAINER= kde at FreeBSD.org
COMMENT= Qt4 WebKit engine
+USE_PKGCONFIG= build
USE_QT4= corelib declarative gui network \
qmake_build moc_build rcc_build
QT_NONSTANDARD= yes
More information about the svn-ports-head
mailing list