summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-29 12:17:16 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-29 12:17:16 +0000
commita817cfa77281dd01fdc8db5edc59bd52035542a5 (patch)
tree6891afd252bd9bd3c10e615998cf229a50f311ee /editors
parentd0314f0e8a80cc11a18d119747f9706e9251a1d2 (diff)
downloadpkgsrc-a817cfa77281dd01fdc8db5edc59bd52035542a5.tar.gz
Needs intltool and msgfmt.
Diffstat (limited to 'editors')
-rw-r--r--editors/dasher/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/dasher/Makefile b/editors/dasher/Makefile
index b4b158b22a7..6878617077f 100644
--- a/editors/dasher/Makefile
+++ b/editors/dasher/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2006/05/29 07:10:23 adam Exp $
+# $NetBSD: Makefile,v 1.31 2006/06/29 12:17:16 joerg Exp $
DISTNAME= dasher-4.0.2
CATEGORIES= editors gnome
@@ -12,7 +12,7 @@ COMMENT= Easy typing without using keyboard
USE_DIRS+= gnome2-1.5
USE_LANGUAGES+= c++
USE_LIBTOOL= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake pkg-config msgfmt
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
@@ -39,6 +39,7 @@ LIBS+= -lcompat
.include "../../net/ORBit2/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
+.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"