diff options
author | tv <tv@pkgsrc.org> | 2005-01-26 16:41:02 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-26 16:41:02 +0000 |
commit | 25217b4f7b4fc50f5331917b97f0f916410e28a0 (patch) | |
tree | 62e8aa7697d02d78cbc1195e6158bcfffdd9e075 /net | |
parent | dc9b612b2768cb63a82ab206f5419cc618118e56 (diff) | |
download | pkgsrc-25217b4f7b4fc50f5331917b97f0f916410e28a0.tar.gz |
In order to compile in png, the png buildlink3.mk is needed too.
Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/ntop/Makefile | 6 |
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" |