diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-16 14:35:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-16 14:35:27 +0000 |
commit | e96a8873cb10e715586ea4301f9e2314eb0808d5 (patch) | |
tree | 6dfb893ae61dc62dc09935ac2289c458adafa2c7 /math/qalculate-currency | |
parent | ed3e8891187b880539e507c9a58395a2fe750f2c (diff) | |
download | pkgsrc-e96a8873cb10e715586ea4301f9e2314eb0808d5.tar.gz |
Build depends on XML::Parser.
Diffstat (limited to 'math/qalculate-currency')
-rw-r--r-- | math/qalculate-currency/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/qalculate-currency/Makefile b/math/qalculate-currency/Makefile index c57486288cd..74372a59059 100644 --- a/math/qalculate-currency/Makefile +++ b/math/qalculate-currency/Makefile @@ -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 @@ USE_TOOLS+= gmake msgfmt pkg-config 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" |