diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-19 19:24:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-19 19:24:34 +0000 |
commit | abd6cf86f7e64094080da4f633f21d5a8a69255f (patch) | |
tree | f18892c00490ba304126b905714764403ee38b9a /math/qalculate-units | |
parent | 52402080140a0efca1dc1b54436b4d53f11016ea (diff) | |
download | pkgsrc-abd6cf86f7e64094080da4f633f21d5a8a69255f.tar.gz |
salo says "using textproc/intltool/b3.mk is the correct way".
Diffstat (limited to 'math/qalculate-units')
-rw-r--r-- | math/qalculate-units/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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" |