summaryrefslogtreecommitdiff
path: root/net/nmap
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2012-10-30 23:34:38 +0000
committerpettai <pettai@pkgsrc.org>2012-10-30 23:34:38 +0000
commit1204a8ed8c2eb32dfd76aea7151104deacafa87d (patch)
treecc59e0cb0808491318362a2b9af7abd9952a045b /net/nmap
parent92e0e126e33a0edd70a748e303f01bc6ef42269e (diff)
downloadpkgsrc-1204a8ed8c2eb32dfd76aea7151104deacafa87d.tar.gz
Ignore subversion if detected (don't install experimental tool nmap-update)
Diffstat (limited to 'net/nmap')
-rw-r--r--net/nmap/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile
index d82775a1237..f3c40cf386b 100644
--- a/net/nmap/Makefile
+++ b/net/nmap/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.97 2012/10/23 17:18:42 asau Exp $
+# $NetBSD: Makefile,v 1.98 2012/10/30 23:34:38 pettai Exp $
DISTNAME= nmap-6.01
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= net security
MASTER_SITES= http://nmap.org/dist/
EXTRACT_SUFX= .tar.bz2
@@ -39,6 +39,7 @@ CHECK_INTERPRETER_SKIP+= share/nmap/nselib/data/snmpcommunities.lst
CONFIGURE_ARGS+= --with-libpcap=${BUILDLINK_PREFIX.libpcap}
CONFIGURE_ARGS+= --with-libpcre=${BUILDLINK_PREFIX.pcre}
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
+CONFIGURE_ARGS+= --without-subversion
.include "../../mk/bsd.prefs.mk"
@@ -73,5 +74,6 @@ post-build:
.include "../../devel/pcre/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
+#.include "../../devel/subversion-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"