summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgrant <grant>2004-07-10 09:07:22 +0000
committergrant <grant>2004-07-10 09:07:22 +0000
commit6a31d8fb263f6fd8c6280a7e428a59c924621e9a (patch)
tree3b6317adda562be5c75ea863ff720242c0932097 /net
parent31d90b72910f6288c9255eb58b5b0306a801a67a (diff)
downloadpkgsrc-6a31d8fb263f6fd8c6280a7e428a59c924621e9a.tar.gz
use buildlink3 because this blindly calls "gcc" with gcc specific
flags.
Diffstat (limited to 'net')
-rw-r--r--net/tcpdstat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tcpdstat/Makefile b/net/tcpdstat/Makefile
index 4da27cdbb1b..e26dc64f31a 100644
--- a/net/tcpdstat/Makefile
+++ b/net/tcpdstat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/20 12:22:22 agc Exp $
+# $NetBSD: Makefile,v 1.7 2004/07/10 09:07:22 grant Exp $
DISTNAME= tcpd-tools-0.8
PKGNAME= tcpdstat-0.8
@@ -10,5 +10,6 @@ COMMENT= Analyze tcpdump output
WRKSRC= ${WRKDIR}/${DISTNAME}/tcpdstat
MAKE_ENV= BINDIR=${PREFIX}/bin
+USE_BUILDLINK3= yes
.include <../../mk/bsd.pkg.mk>