diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-20 21:18:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-20 21:18:22 +0000 |
commit | e6e63a7f93a68acfbc4ca0bb607c34727cb4b229 (patch) | |
tree | 8355db4915ec65e8c5d255a49cc5cd03038c90b2 /wm/wmakerconf | |
parent | 27f9a95a6d07426fe49402fad57eef47896c72cc (diff) | |
download | pkgsrc-e6e63a7f93a68acfbc4ca0bb607c34727cb4b229.tar.gz |
Needs msgfmt.
Diffstat (limited to 'wm/wmakerconf')
-rw-r--r-- | wm/wmakerconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile index 4857e7c7750..979490fe4c3 100644 --- a/wm/wmakerconf/Makefile +++ b/wm/wmakerconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/06/11 14:49:17 joerg Exp $ +# $NetBSD: Makefile,v 1.39 2006/06/20 21:18:22 joerg Exp $ DISTNAME= wmakerconf-2.11 PKGREVISION= 6 @@ -12,7 +12,7 @@ COMMENT= Gtk+ based configuration tool for Window Maker USE_PKGLOCALEDIR= yes USE_X11BASE= yes GNU_CONFIGURE= yes -USE_TOOLS+= gzip tar pkg-config +USE_TOOLS+= gzip tar pkg-config msgfmt .if defined(PKG_SYSCONFDIR.windowmaker) CONFIGURE_ARGS+= --with-wmakeretcprefix=${PKG_SYSCONFDIR.windowmaker} |