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 | 567ef177a79daf5405be410e9972d6adbbfc603c (patch) | |
tree | 8219f00ef78d28ed7926c6d8ec2e62ee2828624d /net | |
parent | f1d0653006f5dcbd783ae3822563e1c5b3e75073 (diff) | |
download | pkgsrc-567ef177a79daf5405be410e9972d6adbbfc603c.tar.gz |
devel/pcre calls itself "pcre" in the buildlink3.mk file, not "libpcre".
Diffstat (limited to 'net')
-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 |