summaryrefslogtreecommitdiff
path: root/net/firewalk
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-09 12:43:40 +0000
committerwiz <wiz>2002-10-09 12:43:40 +0000
commit600d86985a5d28bc5edc3218091c371df467dc9e (patch)
tree13353e3ac4bab71475038f91939557e1ee92b284 /net/firewalk
parent451f031b3539841773d3fe6108f02ef94425b4b1 (diff)
downloadpkgsrc-600d86985a5d28bc5edc3218091c371df467dc9e.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'net/firewalk')
-rw-r--r--net/firewalk/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/firewalk/Makefile b/net/firewalk/Makefile
index bd68c5c6617..3af9cb4e30c 100644
--- a/net/firewalk/Makefile
+++ b/net/firewalk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/10/11 15:11:48 agc Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/09 12:49:12 wiz Exp $
DISTNAME= firewalk-1.0
CATEGORIES= net security
@@ -10,11 +10,12 @@ COMMENT= Firewalk determines the filter rules on a packet forwarding device
WRKSRC= ${WRKDIR}/${DISTNAME:C/f/F/}
-GNU_CONFIGURE= #defined
+USE_BUILDLINK2= # defined
+GNU_CONFIGURE= # defined
CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include
CONFIGURE_ARGS+= --with-gtk=no
-MAKE_ENV+= LIBS="-L${LOCALBASE}/lib" FIREWALK_LOC=${LOCALBASE}
+MAKE_ENV+= FIREWALK_LOC=${LOCALBASE}
-.include "../../devel/libnet/buildlink.mk"
+.include "../../devel/libnet/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"