diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-14 12:06:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-14 12:06:53 +0000 |
commit | bd42786316e9601445eb3655c9fbcec5cc1192af (patch) | |
tree | 4be4a96b7fd8ac577a1cddc3855bad53d241be59 /sysutils | |
parent | 52b2f99710c294200353c1b11adce6502ae247c7 (diff) | |
download | pkgsrc-bd42786316e9601445eb3655c9fbcec5cc1192af.tar.gz |
Needs msgfmt.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-menus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnome-menus/Makefile b/sysutils/gnome-menus/Makefile index a63f9e97373..f841ef4cbd0 100644 --- a/sysutils/gnome-menus/Makefile +++ b/sysutils/gnome-menus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/04/22 09:22:14 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2006/06/14 12:06:53 joerg Exp $ # DISTNAME= gnome-menus-2.14.0 @@ -12,7 +12,7 @@ COMMENT= Implementation of the desktop menu specification for GNOME GNU_CONFIGURE= yes USE_DIRS+= xdg-1.2 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |