diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-29 23:49:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-29 23:49:15 +0000 |
commit | 437e2663b6169fe11e0eed8014efdbc4c80cbe53 (patch) | |
tree | 1fdb140f4d769861807f466c000760e33b47b73d /misc | |
parent | 8746de6fed200edeba6f8963069312477751e476 (diff) | |
download | pkgsrc-437e2663b6169fe11e0eed8014efdbc4c80cbe53.tar.gz |
Needs msgfmt.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gok/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gok/Makefile b/misc/gok/Makefile index 8306bfc21c6..3cafa8a72a2 100644 --- a/misc/gok/Makefile +++ b/misc/gok/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/04/17 13:46:40 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2006/06/29 23:49:15 joerg Exp $ # DISTNAME= gok-1.0.7 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME On-Screen Keyboard USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |