diff options
author | joerg <joerg> | 2006-06-29 12:17:16 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-29 12:17:16 +0000 |
commit | 071572c21b5bef3d914339d1214c78d15139c3a6 (patch) | |
tree | 6891afd252bd9bd3c10e615998cf229a50f311ee /editors/dasher | |
parent | d17eca826ecde1e666d7f973ce110f42f3685f8e (diff) | |
download | pkgsrc-071572c21b5bef3d914339d1214c78d15139c3a6.tar.gz |
Needs intltool and msgfmt.
Diffstat (limited to 'editors/dasher')
-rw-r--r-- | editors/dasher/Makefile | 5 |
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" |