summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-01-26 16:41:02 +0000
committertv <tv@pkgsrc.org>2005-01-26 16:41:02 +0000
commitf2854af35063a4ae7fd5781dc410432dbe78ee39 (patch)
tree62e8aa7697d02d78cbc1195e6158bcfffdd9e075 /net/ntop
parent999c322bab9a5396e328d74842b769a0c1c08b60 (diff)
downloadpkgsrc-f2854af35063a4ae7fd5781dc410432dbe78ee39.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"