summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authortv <tv>2005-01-26 16:41:02 +0000
committertv <tv>2005-01-26 16:41:02 +0000
commit20226343e80b6df6747f7454a62541ea867410da (patch)
tree62e8aa7697d02d78cbc1195e6158bcfffdd9e075 /net/ntop
parented20ab3b7e54170dd7c8e4697b7c260d45560a24 (diff)
downloadpkgsrc-20226343e80b6df6747f7454a62541ea867410da.tar.gz
In order to compile in png, the png buildlink3.mk is needed too.
Bump PKGREVISION.
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 3085edfae55..2b7e6d62d11 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2005/01/19 11:08:27 adam Exp $
+# $NetBSD: Makefile,v 1.34 2005/01/26 16:41:02 tv Exp $
DISTNAME= ntop-3.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ntop/}
EXTRACT_SUFX= .tgz
@@ -38,9 +38,9 @@ BUILDLINK_DEPENDS.libpcap+= libpcap>=0.8.3
.include "../../databases/gdbm/buildlink3.mk"
.include "../../graphics/gdchart/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/gdome2/buildlink3.mk"
-
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"