diff options
author | marino <marino> | 2012-05-24 23:07:29 +0000 |
---|---|---|
committer | marino <marino> | 2012-05-24 23:07:29 +0000 |
commit | 3a2ad5de2e0a009c3a821a045ffbb6bb3f723c29 (patch) | |
tree | 4175c6e5f42ee2715c3c60b0ec8527cea30e8e57 /misc/gwaei | |
parent | a3ca5a35ed366e1183d0a46192940a906fa8dca7 (diff) | |
download | pkgsrc-3a2ad5de2e0a009c3a821a045ffbb6bb3f723c29.tar.gz |
misc/gwaei: USE_TOOLS+= msgfmt
Diffstat (limited to 'misc/gwaei')
-rw-r--r-- | misc/gwaei/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gwaei/Makefile b/misc/gwaei/Makefile index 77abb64abf7..0517c431026 100644 --- a/misc/gwaei/Makefile +++ b/misc/gwaei/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/03/03 00:13:34 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2012/05/24 23:07:29 marino Exp $ # DISTNAME= gwaei-3.0.2 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= perl gmake pkg-config intltool +USE_TOOLS+= perl gmake pkg-config intltool msgfmt PLIST_SRC= PLIST |