diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-05-21 14:46:18 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-05-21 14:46:18 +0000 |
commit | 6856e0897ced918216803841e41a9a4a97af0433 (patch) | |
tree | 589eb5db7a20c663c97f7e47c69a8204e45bc69b /security | |
parent | a6e026add11fa5d5d11d3aa40f821e68f8709c5b (diff) | |
download | ports-6856e0897ced918216803841e41a9a4a97af0433.tar.gz ports-6856e0897ced918216803841e41a9a4a97af0433.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)
Notes
Notes:
svn path=/head/; revision=297120
Diffstat (limited to 'security')
-rw-r--r-- | security/nmapsi4/Makefile | 3 |
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' \ |