diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-01-11 19:38:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-01-11 19:38:20 +0000 |
commit | de03bd75b41afcb47fec419dba5d6edc5f1412bb (patch) | |
tree | 1b11e82d5986984d7e204974863221e5ae8bc4b2 /net/ntop | |
parent | e47d967c9c5f639591ab9c42797aba68106ca974 (diff) | |
download | pkgsrc-de03bd75b41afcb47fec419dba5d6edc5f1412bb.tar.gz |
This package requires libpcap>=0.8.3, noted by jdc@, bump
PKGREVISION.
Diffstat (limited to 'net/ntop')
-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" |