summaryrefslogtreecommitdiff
path: root/net/tcpdstat
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-07-10 09:07:22 +0000
committergrant <grant@pkgsrc.org>2004-07-10 09:07:22 +0000
commit362aaa2dad1a991066bfd0762f20beefb59ffe10 (patch)
tree3b6317adda562be5c75ea863ff720242c0932097 /net/tcpdstat
parenta6993f25cb61d21d4a3cd9b33a0d4f654fddb81e (diff)
downloadpkgsrc-362aaa2dad1a991066bfd0762f20beefb59ffe10.tar.gz
use buildlink3 because this blindly calls "gcc" with gcc specific
flags.
Diffstat (limited to 'net/tcpdstat')
-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>