summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2011-10-16 22:45:18 +0000
committerAlberto Villa <avilla@FreeBSD.org>2011-10-16 22:45:18 +0000
commit0bffcfcca1aa81328770a60188cd562789c9185f (patch)
treeb8881d46db2ec17ae0d9c0c1f9e3338b4eff659a /ports-mgmt
parent- Update Qt to 4.7.4. (diff)
- Add dependency on qt4-gui.
- Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=283622
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/packagekit-qt4/Makefile2
-rw-r--r--ports-mgmt/packagekit/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/packagekit-qt4/Makefile b/ports-mgmt/packagekit-qt4/Makefile
index 680ff6c04e2f..23f5fd5e0d18 100644
--- a/ports-mgmt/packagekit-qt4/Makefile
+++ b/ports-mgmt/packagekit-qt4/Makefile
@@ -6,7 +6,7 @@
# $MCom: ports/ports-mgmt/packagekit-qt4/Makefile,v 1.1 2010/01/08 02:16:38 kwm Exp $
#
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= -qt4
COMMENT= Qt4 bindings to packagekit
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile
index c0d07923c21f..367516bc4a19 100644
--- a/ports-mgmt/packagekit/Makefile
+++ b/ports-mgmt/packagekit/Makefile
@@ -91,7 +91,7 @@ LIB_DEPENDS+= packagekit-glib2.14:${PORTSDIR}/ports-mgmt/packagekit
CONFIGURE_ARGS+=--enable-qt
LIB_DEPENDS+= cppunit-1.12.1:${PORTSDIR}/devel/cppunit
USE_QT_VER+= 4
-QT_COMPONENTS+= dbus xml sql moc
+QT_COMPONENTS+= dbus gui xml sql moc_build
.include "${PORTSDIR}/Mk/bsd.qt.mk"
.endif
.else