diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-22 10:22:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-22 10:22:59 +0000 |
commit | cd09bdc91673f3713933d845482a70953410983a (patch) | |
tree | 52983f264ba8f2abd69b0eef6ab9d2177a572202 /math/qalculate-gtk | |
parent | eabc42135da124645d4676c0908ecb009c7528ee (diff) | |
download | pkgsrc-cd09bdc91673f3713933d845482a70953410983a.tar.gz |
Needs intltool.
Diffstat (limited to 'math/qalculate-gtk')
-rw-r--r-- | math/qalculate-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile index 5e6ee142321..064fe402abb 100644 --- a/math/qalculate-gtk/Makefile +++ b/math/qalculate-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/06/14 20:14:21 adam Exp $ +# $NetBSD: Makefile,v 1.14 2006/06/22 10:22:59 joerg Exp $ DISTNAME= qalculate-gtk-0.9.4 CATEGORIES= math @@ -19,5 +19,6 @@ GNU_CONFIGURE= yes .include "../../devel/libglade2/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../math/qalculate/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |