pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/firewalk Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80403c31f49f
branches:  trunk
changeset: 474009:80403c31f49f
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 25 04:16:02 2004 +0000

description:
Convert to buildlink3.

diffstat:

 net/firewalk/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 6731a3f134ce -r 80403c31f49f net/firewalk/Makefile
--- a/net/firewalk/Makefile     Sun Apr 25 04:16:00 2004 +0000
+++ b/net/firewalk/Makefile     Sun Apr 25 04:16:02 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/20 12:22:19 agc Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/25 04:16:02 snj Exp $
 
 DISTNAME=      firewalk-1.0
 CATEGORIES=    net security
@@ -9,12 +9,12 @@
 COMMENT=       Firewalk determines the filter rules on a packet forwarding device
 
 WRKSRC=         ${WRKDIR}/${DISTNAME:C/f/F/}
-USE_BUILDLINK2=        # defined
+USE_BUILDLINK3=        yes
 GNU_CONFIGURE= # defined
 CONFIGURE_ENV+=        CFLAGS=-I${LOCALBASE}/include
 CONFIGURE_ARGS+= --with-gtk=no
 
 MAKE_ENV+=     FIREWALK_LOC=${LOCALBASE}
 
-.include "../../devel/libnet/buildlink2.mk"
+.include "../../devel/libnet/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index