diff options
author | joerg <joerg@pkgsrc.org> | 2006-07-19 10:08:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-07-19 10:08:12 +0000 |
commit | 15f5e0c1d631e02d6eccbaf9b748bbcddd8f5e15 (patch) | |
tree | 5cf601ecf148bb3fdbfcc37ed961ed8d997c7463 /math | |
parent | b12f193b30b92e66e5e6a69ef4ee24ecd44f279b (diff) | |
download | pkgsrc-15f5e0c1d631e02d6eccbaf9b748bbcddd8f5e15.tar.gz |
Needs intltool.
Diffstat (limited to 'math')
-rw-r--r-- | math/galculator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 78c476d982a..cebce9eac7b 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/17 13:46:39 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/19 10:08:12 joerg Exp $ # DISTNAME= galculator-1.2.5.2 @@ -12,7 +12,7 @@ COMMENT= Desktop calculator with scientific / RPN modes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake msgfmt pkg-config intltool .include "../../x11/gtk2/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" |