diff options
author | pav <pav@FreeBSD.org> | 2010-12-13 08:11:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-12-13 08:11:29 +0800 |
commit | a8ca4a4a34c71525792e07682bd42ae9f6008196 (patch) | |
tree | 12e130eb6c2d1ac9416c6a43df60657a2e8aecdf /security | |
parent | b2acfdd241c8bf82eae3dae83ad4790e2d7be3f3 (diff) | |
download | freebsd-ports-gnome-a8ca4a4a34c71525792e07682bd42ae9f6008196.tar.gz freebsd-ports-gnome-a8ca4a4a34c71525792e07682bd42ae9f6008196.tar.zst freebsd-ports-gnome-a8ca4a4a34c71525792e07682bd42ae9f6008196.zip |
- Mark BROKEN: does not compile
Reported by: pointyhat
Diffstat (limited to 'security')
-rw-r--r-- | security/nmapsi4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nmapsi4/Makefile b/security/nmapsi4/Makefile index 6fae8e3eb96c..f63c49a7a3c9 100644 --- a/security/nmapsi4/Makefile +++ b/security/nmapsi4/Makefile @@ -17,6 +17,8 @@ COMMENT= GUI frontend for the nmap scanning utility RUN_DEPENDS= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap +BROKEN= does not compile + USE_CMAKE= yes CMAKE_USE_PTHREAD= yes USE_QT_VER= 4 |