diff options
author | pettai <pettai> | 2012-10-30 23:34:38 +0000 |
---|---|---|
committer | pettai <pettai> | 2012-10-30 23:34:38 +0000 |
commit | 1ccb9ceeb6b688876774dea2f2232dd25a237fe1 (patch) | |
tree | cc59e0cb0808491318362a2b9af7abd9952a045b /net/nmap | |
parent | 5c08139fb6d372ecc6ec0c30fffb2dc5e99d1e18 (diff) | |
download | pkgsrc-1ccb9ceeb6b688876774dea2f2232dd25a237fe1.tar.gz |
Ignore subversion if detected (don't install experimental tool nmap-update)
Diffstat (limited to 'net/nmap')
-rw-r--r-- | net/nmap/Makefile | 6 |
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" |