diff options
author | wiz <wiz> | 2002-10-10 13:28:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-10 13:28:29 +0000 |
commit | f08add3fff4e78da3daf5ff99a66891567e3c6ea (patch) | |
tree | 5fa46e616a97a556d07eaa74fcc93faf20f45ef1 /net/nmap | |
parent | 82315e0f1e7947de5ff6a4191840341b8865d454 (diff) | |
download | pkgsrc-f08add3fff4e78da3daf5ff99a66891567e3c6ea.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'net/nmap')
-rw-r--r-- | net/nmap/Makefile | 6 |
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" |