summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-09-21 16:07:15 +0000
committerjoerg <joerg@pkgsrc.org>2011-09-21 16:07:15 +0000
commit733e210fe8d285cfbe7bca46ff190f7a4aa49249 (patch)
treeefde385ef7c513e10576065d9507d1d8bc22044d
parent79d3f17265f41f5d86a994c274c271202e45dcca (diff)
downloadpkgsrc-733e210fe8d285cfbe7bca46ff190f7a4aa49249.tar.gz
Help configure in finding glibmm's doctools.
-rw-r--r--textproc/libxml++/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile
index e1e7fef1651..2a86b4b68a4 100644
--- a/textproc/libxml++/Makefile
+++ b/textproc/libxml++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2011/04/22 13:42:28 obache Exp $
+# $NetBSD: Makefile,v 1.11 2011/09/21 16:07:15 joerg Exp $
DISTNAME= libxml++-2.32.0
PKGREVISION= 1
@@ -20,6 +20,8 @@ USE_TOOLS+= pkg-config gmake perl
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libxml++-2.6.pc.in
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= MMDOCTOOLDIR=${PREFIX}/share/glibmm-2.4/doctool
+
CONFLICTS+= libxml++2-[0-9]*
.include "../../devel/glibmm/buildlink3.mk"