summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/flow-tools/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile
index ba7e088ff9d..8ff8b81a56d 100644
--- a/net/flow-tools/Makefile
+++ b/net/flow-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/07/23 11:46:32 agc Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/10 11:49:40 wiz Exp $
DISTNAME= flow-tools-0.59
CATEGORIES= net
@@ -9,8 +9,9 @@ HOMEPAGE= http://www.splintered.net/sw/flow-tools/
COMMENT= Collect and store NetFlow data
GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
USE_GMAKE= yes
-.include "../../devel/zlib/buildlink.mk"
-.include "../../security/tcp_wrappers/buildlink.mk"
+.include "../../devel/zlib/buildlink2.mk"
+.include "../../security/tcp_wrappers/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"