diff options
author | marino <marino> | 2012-05-24 23:41:14 +0000 |
---|---|---|
committer | marino <marino> | 2012-05-24 23:41:14 +0000 |
commit | 5f26f3cc1cae3999597a776e6afa58a8e3be226e (patch) | |
tree | a3df9aef275a99f8d0db3c796f07df730129562c | |
parent | 17d93c2a824cc454ac35463720a5a9f0bb537ab9 (diff) | |
download | pkgsrc-5f26f3cc1cae3999597a776e6afa58a8e3be226e.tar.gz |
wm/wbar: USE_TOOLS+= msgfmt
-rw-r--r-- | wm/wbar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/wbar/Makefile b/wm/wbar/Makefile index 2efa70113fd..87474106fbc 100644 --- a/wm/wbar/Makefile +++ b/wm/wbar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/03/03 00:14:04 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/05/24 23:41:14 marino Exp $ # DISTNAME= wbar-2.2.2 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LANGUAGES= c c++ -USE_TOOLS+= gmake gsed:build intltool pkg-config +USE_TOOLS+= gmake gsed:build intltool pkg-config msgfmt BUILDLINK_TRANSFORM+= rm:-Werror PKG_SYSCONFSUBDIR= wbar |