diff options
-rw-r--r-- | net/ntop/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 1358d45ce57..4ab797c32de 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2005/01/06 11:52:35 adam Exp $ +# $NetBSD: Makefile,v 1.32 2005/01/11 19:38:20 xtraeme Exp $ DISTNAME= ntop-3.1 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ntop/} EXTRACT_SUFX= .tgz @@ -32,6 +33,8 @@ CONFIGURE_ARGS+= --disable-ipv6 PTHREAD_OPTS+= require +BUILDLINK_DEPENDS.libpcap+= libpcap>=0.8.3 + .include "../../databases/gdbm/buildlink3.mk" .include "../../graphics/gdchart/buildlink3.mk" .include "../../net/libpcap/buildlink3.mk" |