diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-09 06:37:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-09 06:37:51 +0000 |
commit | f5f0f5eeec5963f2f9086dd24e74c93cfd37ac15 (patch) | |
tree | 4efe9b2fc84a66f234653f0445fef71c6ce6d630 /net | |
parent | 6322c2e4a9aa9cc8f0f116054594dfcbd757984d (diff) | |
download | pkgsrc-f5f0f5eeec5963f2f9086dd24e74c93cfd37ac15.tar.gz |
Needs msgfmt.
Diffstat (limited to 'net')
-rw-r--r-- | net/gtk_wicontrol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gtk_wicontrol/Makefile b/net/gtk_wicontrol/Makefile index d9c08257058..857fcb34c5d 100644 --- a/net/gtk_wicontrol/Makefile +++ b/net/gtk_wicontrol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/04 21:30:19 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/06/09 06:37:51 joerg Exp $ DISTNAME= gtk_wicontrol-0.17 PKGREVISION= 4 @@ -13,7 +13,7 @@ ONLY_FOR_PLATFORM= *BSD-*-* DragonFly-*-* USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt .include "../../devel/gettext-lib/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" |