summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-11-14 15:12:59 +0000
committeradam <adam@pkgsrc.org>2005-11-14 15:12:59 +0000
commitebd848d1a8e6a3804c74866258634aa0aaa0c9b4 (patch)
tree2aadf3ba6c4c2ac359eb6d824d01ee087c70adc1 /textproc
parentc3a281b47dd0aa132ad7ec01f8a87c1347f57ba9 (diff)
downloadpkgsrc-ebd848d1a8e6a3804c74866258634aa0aaa0c9b4.tar.gz
Use pkg-config
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gdome2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile
index 64445db011c..2121f31e428 100644
--- a/textproc/gdome2/Makefile
+++ b/textproc/gdome2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/10/12 21:22:08 reed Exp $
+# $NetBSD: Makefile,v 1.5 2005/11/14 15:12:59 adam Exp $
DISTNAME= gdome2-0.8.1
PKGREVISION= 1
@@ -9,12 +9,12 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://gdome2.cs.unibo.it/
COMMENT= Gnome DOM (Document Object Model) engine
+USE_LIBTOOL= yes
+USE_TOOLS= pkg-config
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"
.include "../../textproc/libxml2/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"