diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-02 17:22:14 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-02 17:22:14 +0000 |
commit | ed99b63cc1a5e40ccb3489909b0225ac2946b024 (patch) | |
tree | 8219f00ef78d28ed7926c6d8ec2e62ee2828624d /net/nmap | |
parent | 38ca26e82ecda7e8fb28e2493b32f055cede8c1e (diff) | |
download | pkgsrc-ed99b63cc1a5e40ccb3489909b0225ac2946b024.tar.gz |
devel/pcre calls itself "pcre" in the buildlink3.mk file, not "libpcre".
Diffstat (limited to 'net/nmap')
-rw-r--r-- | net/nmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index 5bcf9fdd0c5..66c1b423dd0 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2006/06/25 14:29:14 salo Exp $ +# $NetBSD: Makefile,v 1.53 2006/07/02 17:22:14 rillig Exp $ # DISTNAME= nmap-4.11 @@ -20,7 +20,7 @@ USE_TOOLS+= gmake LIBTOOL_OVERRIDE+= libdnet-stripped/libtool CONFIGURE_ARGS+= --with-libpcap=${BUILDLINK_PREFIX.libpcap} -CONFIGURE_ARGS+= --with-libpcre=${BUILDLINK_PREFIX.libpcre} +CONFIGURE_ARGS+= --with-libpcre=${BUILDLINK_PREFIX.pcre} CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl} CONFIGURE_ARGS+= --without-nmapfe |