summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorreed <reed>2005-10-12 21:22:08 +0000
committerreed <reed>2005-10-12 21:22:08 +0000
commit61aa990555eb527f10ba688e355ac4278c27c88d (patch)
tree4834a5088e920582062fcbbfa4b7074bbd122a26 /textproc
parentfa48fef9e278a216b93f282296df3335d032db7b (diff)
downloadpkgsrc-61aa990555eb527f10ba688e355ac4278c27c88d.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 'textproc')
-rw-r--r--textproc/gdome2/Makefile4
-rw-r--r--textproc/gdome2/buildlink3.mk4
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile
index d0c8764a37c..64445db011c 100644
--- a/textproc/gdome2/Makefile
+++ b/textproc/gdome2/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2005/05/25 09:27:39 adam Exp $
+# $NetBSD: Makefile,v 1.4 2005/10/12 21:22:08 reed Exp $
DISTNAME= gdome2-0.8.1
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= http://gdome2.cs.unibo.it/tarball/
@@ -10,6 +11,7 @@ COMMENT= Gnome DOM (Document Object Model) engine
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
+USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= ${WRKSRC}/gdome2.pc.in
.include "../../devel/glib2/buildlink3.mk"
diff --git a/textproc/gdome2/buildlink3.mk b/textproc/gdome2/buildlink3.mk
index 8381324c2a3..5318e68ba80 100644
--- a/textproc/gdome2/buildlink3.mk
+++ b/textproc/gdome2/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/01/19 09:32:40 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2005/10/12 21:22:08 reed Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GDOME2_BUILDLINK3_MK:= ${GDOME2_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngdome2}
BUILDLINK_PACKAGES+= gdome2
.if !empty(GDOME2_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.gdome2+= gdome2>=0.8.1
+BUILDLINK_DEPENDS.gdome2+= gdome2>=0.8.1nb1
BUILDLINK_PKGSRCDIR.gdome2?= ../../textproc/gdome2
.endif # GDOME2_BUILDLINK3_MK