diff options
-rw-r--r-- | net/tcpdstat/Makefile | 3 |
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> |