pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/libxml++ Help configure in finding glibmm's d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e471bd82e9ba
branches:  trunk
changeset: 593050:e471bd82e9ba
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Sep 21 16:07:15 2011 +0000

description:
Help configure in finding glibmm's doctools.

diffstat:

 textproc/libxml++/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 58b904a30fe7 -r e471bd82e9ba textproc/libxml++/Makefile
--- a/textproc/libxml++/Makefile        Wed Sep 21 15:29:30 2011 +0000
+++ b/textproc/libxml++/Makefile        Wed Sep 21 16:07:15 2011 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index