pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nmap devel/pcre calls itself "pcre" in the buildli...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5419aa17cf4
branches:  trunk
changeset: 515478:c5419aa17cf4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jul 02 17:22:14 2006 +0000

description:
devel/pcre calls itself "pcre" in the buildlink3.mk file, not "libpcre".

diffstat:

 net/nmap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 15270d0d4abc -r c5419aa17cf4 net/nmap/Makefile
--- a/net/nmap/Makefile Sun Jul 02 17:20:17 2006 +0000
+++ b/net/nmap/Makefile Sun Jul 02 17:22:14 2006 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index