diff options
author | joerg <joerg@pkgsrc.org> | 2011-09-21 16:07:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-09-21 16:07:15 +0000 |
commit | 733e210fe8d285cfbe7bca46ff190f7a4aa49249 (patch) | |
tree | efde385ef7c513e10576065d9507d1d8bc22044d /textproc/libxml++ | |
parent | 79d3f17265f41f5d86a994c274c271202e45dcca (diff) | |
download | pkgsrc-733e210fe8d285cfbe7bca46ff190f7a4aa49249.tar.gz |
Help configure in finding glibmm's doctools.
Diffstat (limited to 'textproc/libxml++')
-rw-r--r-- | textproc/libxml++/Makefile | 4 |
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" |