diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/qalculate-bases/Makefile | 4 | ||||
-rw-r--r-- | math/qalculate-currency/Makefile | 5 | ||||
-rw-r--r-- | math/qalculate-units/Makefile | 5 |
3 files changed, 6 insertions, 8 deletions
diff --git a/math/qalculate-bases/Makefile b/math/qalculate-bases/Makefile index ac65c239cd4..f5391f56150 100644 --- a/math/qalculate-bases/Makefile +++ b/math/qalculate-bases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/16 14:35:27 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/06/19 19:24:34 joerg Exp $ DISTNAME= qalculate-bases-0.9.4 CATEGORIES= math @@ -15,8 +15,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 "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/qalculate-currency/Makefile b/math/qalculate-currency/Makefile index 74372a59059..ae885c18cd5 100644 --- a/math/qalculate-currency/Makefile +++ b/math/qalculate-currency/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/16 14:35:27 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/06/19 19:24:34 joerg Exp $ DISTNAME= qalculate-currency-0.9.4 CATEGORIES= math @@ -14,8 +14,7 @@ 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 "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/qalculate-units/Makefile b/math/qalculate-units/Makefile index d1f8f0f1eb6..0cb21803492 100644 --- a/math/qalculate-units/Makefile +++ b/math/qalculate-units/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/16 14:35:27 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/06/19 19:24:34 joerg Exp $ DISTNAME= qalculate-units-0.9.4 CATEGORIES= math @@ -15,8 +15,7 @@ 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 "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |