diff options
Diffstat (limited to 'net/ntop2/Makefile')
-rw-r--r-- | net/ntop2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ntop2/Makefile b/net/ntop2/Makefile index cdd7de94c73..f0c1a222987 100644 --- a/net/ntop2/Makefile +++ b/net/ntop2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/08/02 14:42:28 veego Exp $ +# $NetBSD: Makefile,v 1.6 2002/08/05 06:54:13 veego Exp $ DISTNAME= ntop-2.1 PKGNAME= ntop2-2.1 @@ -11,6 +11,8 @@ COMMENT= shows network usage (similar to "top" for processes) CONFLICTS= ntop-[0-9]* +BROKEN= "PR 13058 needs to be closed first" + WRKSRC= ${WRKDIR}/ntop USE_GMAKE= yes |