diff options
author | reed <reed@pkgsrc.org> | 2005-10-12 21:22:08 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-10-12 21:22:08 +0000 |
commit | 7a7fc9777d8f62e1ba6a06791ae82f170419f7fb (patch) | |
tree | 4834a5088e920582062fcbbfa4b7074bbd122a26 /net/ntop/Makefile | |
parent | 07d774522c58cd8b717ce30a3b111c95434f6b89 (diff) | |
download | pkgsrc-7a7fc9777d8f62e1ba6a06791ae82f170419f7fb.tar.gz |
gdome2 uses libtool, so use USE_LIBTOOL=YES.
Bump PKGREVISION as the share library versioning changes.
Bump BUILDLINK_DEPENDS.gdome2 required.
And bump PKGREVISION for its only dependency: ntop.
This fixes build issue for ntop. (Before this fix,
gdome2's libgdome.la file listed .la files for libiconv
and libz, but on some systems using native versions they
didn't exist.)
This will close PR #29525.
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r-- | net/ntop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 3ba7dddcca8..a30a423f470 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2005/06/17 04:49:47 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2005/10/12 21:22:08 reed Exp $ DISTNAME= ntop-3.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ntop/} EXTRACT_SUFX= .tgz |