aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2012-05-21 22:46:18 +0800
committerrakuco <rakuco@FreeBSD.org>2012-05-21 22:46:18 +0800
commitb5cde3e4e1b82e7dcf958b9757d1ac5ed164a1a5 (patch)
treec821c522c48651fa8c197775703ec5e8fa697c21 /security
parenta62be854b652f8c1070a7497dc7c1ae5c465d31a (diff)
downloadfreebsd-ports-gnome-b5cde3e4e1b82e7dcf958b9757d1ac5ed164a1a5.tar.gz
freebsd-ports-gnome-b5cde3e4e1b82e7dcf958b9757d1ac5ed164a1a5.tar.zst
freebsd-ports-gnome-b5cde3e4e1b82e7dcf958b9757d1ac5ed164a1a5.zip
Add `dbus' to QT_COMPONENTS.
nmapsi4 failed to build on the Qt 4.8.1 exp-run because qt4-dbus was not found at configure-time. Explicitly depend on it to avoid these errors. PORTREVISION bumped due to the change in the dependency list. Approved by: miwi (Qt 4.8.1 exp-run)
Diffstat (limited to 'security')
-rw-r--r--security/nmapsi4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nmapsi4/Makefile b/security/nmapsi4/Makefile
index 23046872eede..e154317d35d5 100644
--- a/security/nmapsi4/Makefile
+++ b/security/nmapsi4/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nmapsi4
PORTVERSION= 0.3
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= GOOGLE_CODE
@@ -22,7 +23,7 @@ USE_BZIP2= yes
INSTALLS_ICONS= yes
USE_QT_VER= 4
QT_COMPONENTS= gui xml qmake_build uic_build moc_build rcc_build network \
- linguist webkit
+ linguist webkit dbus
pre-configure:
${REINPLACE_CMD} -e 's#share/applications/kde4/#share/applications/#g' \