pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math Build depends on XML::Parser.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa236e752a44
branches:  trunk
changeset: 514692:aa236e752a44
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 16 14:35:27 2006 +0000

description:
Build depends on XML::Parser.

diffstat:

 math/qalculate-bases/Makefile    |  4 +++-
 math/qalculate-currency/Makefile |  4 +++-
 math/qalculate-units/Makefile    |  4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diffs (54 lines):

diff -r eafc3b85f142 -r aa236e752a44 math/qalculate-bases/Makefile
--- a/math/qalculate-bases/Makefile     Fri Jun 16 14:31:12 2006 +0000
+++ b/math/qalculate-bases/Makefile     Fri Jun 16 14:35:27 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/06/14 20:14:21 adam Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/16 14:35:27 joerg Exp $
 
 DISTNAME=      qalculate-bases-0.9.4
 CATEGORIES=    math
@@ -15,6 +15,8 @@
 GNU_CONFIGURE=         yes
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
+BUILD_DEPENDS+=                p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
+
 .include "../../math/qalculate/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r eafc3b85f142 -r aa236e752a44 math/qalculate-currency/Makefile
--- a/math/qalculate-currency/Makefile  Fri Jun 16 14:31:12 2006 +0000
+++ b/math/qalculate-currency/Makefile  Fri Jun 16 14:35:27 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/06/14 20:14:21 adam Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/16 14:35:27 joerg Exp $
 
 DISTNAME=      qalculate-currency-0.9.4
 CATEGORIES=    math
@@ -14,6 +14,8 @@
 GNU_CONFIGURE=         yes
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
+BUILD_DEPENDS+=                p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
+
 .include "../../math/qalculate/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r eafc3b85f142 -r aa236e752a44 math/qalculate-units/Makefile
--- a/math/qalculate-units/Makefile     Fri Jun 16 14:31:12 2006 +0000
+++ b/math/qalculate-units/Makefile     Fri Jun 16 14:35:27 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/06/14 20:14:21 adam Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/16 14:35:27 joerg Exp $
 
 DISTNAME=      qalculate-units-0.9.4
 CATEGORIES=    math
@@ -15,6 +15,8 @@
 GNU_CONFIGURE=         yes
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
+BUILD_DEPENDS+=                p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
+
 .include "../../math/qalculate/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index