diff options
author | rillig <rillig> | 2006-07-02 17:22:14 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-07-02 17:22:14 +0000 |
commit | 0d7be43529d02a49eb6e5f100ac7ac315d7440cf (patch) | |
tree | 8219f00ef78d28ed7926c6d8ec2e62ee2828624d /net/nmap | |
parent | 38891b7300aafa0c33ee2b6b1613c1acf8c87e6b (diff) | |
download | pkgsrc-0d7be43529d02a49eb6e5f100ac7ac315d7440cf.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 |