summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoradam <adam>2005-11-14 15:12:59 +0000
committeradam <adam>2005-11-14 15:12:59 +0000
commit6215d76228a58af78cc3e2c374dadf257f0f289d (patch)
tree2aadf3ba6c4c2ac359eb6d824d01ee087c70adc1 /textproc
parent08b3da1933619fa13d7b93a16a784e8a6fa3c3cb (diff)
downloadpkgsrc-6215d76228a58af78cc3e2c374dadf257f0f289d.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"