diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-23 11:43:06 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-23 11:43:06 +0000 |
commit | 9cc50a2e5e8675e9f3ce8ea92d1af7b17a34b1cd (patch) | |
tree | 4cf2fb4099dc0cda1f05278adccf129c6e8b3339 /net | |
parent | aeefbc6538eb226e673f435c8a681ba80eb0fc1d (diff) | |
download | pkgsrc-9cc50a2e5e8675e9f3ce8ea92d1af7b17a34b1cd.tar.gz |
bl3ify and allow pkgviews installation.
Diffstat (limited to 'net')
-rw-r--r-- | net/nmap/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index 180aa8851e7..d40c115aae4 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/01/22 11:20:04 salo Exp $ +# $NetBSD: Makefile,v 1.32 2004/01/23 11:43:06 jmmv Exp $ # DISTNAME= nmap-3.50 @@ -10,7 +10,9 @@ MAINTAINER= salo@NetBSD.org HOMEPAGE= http://www.insecure.org/nmap/ COMMENT= Network/port scanner with OS detection -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES USE_GCC_SHLIB= YES GNU_CONFIGURE= YES @@ -25,8 +27,8 @@ CONFIGURE_ARGS+= --without-nmapfe MAKE_ENV+= CPPFLAGS="" .endif -.include "../../devel/pcre/buildlink2.mk" -.include "../../net/libpcap/buildlink2.mk" -.include "../../security/openssl/buildlink2.mk" +.include "../../devel/pcre/buildlink3.mk" +.include "../../net/libpcap/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |