summaryrefslogtreecommitdiff
path: root/net/nmap/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-10 13:28:29 +0000
committerwiz <wiz>2002-10-10 13:28:29 +0000
commit54dda4c17728fdb0e3775defa2b8f330289936a4 (patch)
tree5fa46e616a97a556d07eaa74fcc93faf20f45ef1 /net/nmap/Makefile
parent8b0e4f82b22b6ec1b564f16b438ad4f52f934afa (diff)
downloadpkgsrc-54dda4c17728fdb0e3775defa2b8f330289936a4.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'net/nmap/Makefile')
-rw-r--r--net/nmap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile
index 532390ba2c2..eca4012f9b8 100644
--- a/net/nmap/Makefile
+++ b/net/nmap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2002/08/03 12:23:57 hubertf Exp $
+# $NetBSD: Makefile,v 1.18 2002/10/10 13:28:29 wiz Exp $
#
DISTNAME= nmap-3.00
@@ -13,7 +13,7 @@ COMMENT= Network/port scanner with OS detection
HAS_CONFIGURE= YES
CONFIGURE_ENV+= INSTALL=${INSTALL}
CONFIGURE_ENV+= GTK_CONFIG=no
-CONFIGURE_ARGS+=--with-libpcap=${BUILDLINK_DIR}
+CONFIGURE_ARGS+=--with-libpcap=${BUILDLINK_PREFIX.libpcap}
CONFIGURE_ARGS+=--prefix=${PREFIX}
.include "../../mk/bsd.prefs.mk"
@@ -22,5 +22,5 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}
MAKE_ENV+= CPPFLAGS=""
.endif
-.include "../../net/libpcap/buildlink.mk"
+.include "../../net/libpcap/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"