diff options
author | grant <grant@pkgsrc.org> | 2003-07-09 20:33:07 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-09 20:33:07 +0000 |
commit | f3694f11d49225cda7e8bd06655dff4bd96e2bcd (patch) | |
tree | de6d0623a814e97897e6f2acdd6b5b681fc5a21d /net/nmap | |
parent | 21b6a8eb805c73baf99c65cf93388ce132321320 (diff) | |
download | pkgsrc-f3694f11d49225cda7e8bd06655dff4bd96e2bcd.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} |