diff options
author | grant <grant> | 2003-07-09 20:33:07 +0000 |
---|---|---|
committer | grant <grant> | 2003-07-09 20:33:07 +0000 |
commit | d76774b41059d71e065ee46404a52d266306d9a4 (patch) | |
tree | de6d0623a814e97897e6f2acdd6b5b681fc5a21d /net/nmap | |
parent | 9f71d9a3e9ee79f28f122c78f5b2ed47534ed2f2 (diff) | |
download | pkgsrc-d76774b41059d71e065ee46404a52d266306d9a4.tar.gz |
USE_GCC_SHLIB
Diffstat (limited to 'net/nmap')
-rw-r--r-- | net/nmap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index ea2f9bad76a..b8f26a57f29 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/07/04 23:49:42 salo Exp $ +# $NetBSD: Makefile,v 1.26 2003/07/09 20:33:07 grant Exp $ # DISTNAME= nmap-3.30 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.insecure.org/nmap/ COMMENT= Network/port scanner with OS detection USE_BUILDLINK2= YES +USE_GCC_SHLIB= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-libpcap=${BUILDLINK_PREFIX.libpcap} |