diff options
author | marino <marino@pkgsrc.org> | 2011-11-23 19:33:56 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-11-23 19:33:56 +0000 |
commit | a85e7bbc01080ce0f019394ae6b04bf19ba8725f (patch) | |
tree | 65829c5b49c5ffd631a19bd66bc9fb4d7a752f94 /chat/gajim | |
parent | 1c1bc953a8c6eaa5bd7227d38f9db3427d1b9c79 (diff) | |
download | pkgsrc-a85e7bbc01080ce0f019394ae6b04bf19ba8725f.tar.gz |
chat/gajim: Add msgfmt to USE_TOOLS
Required to build on DragonFly.
Diffstat (limited to 'chat/gajim')
-rw-r--r-- | chat/gajim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile index ee3745cb569..32ed6551a44 100644 --- a/chat/gajim/Makefile +++ b/chat/gajim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/11/01 06:00:45 sbd Exp $ +# $NetBSD: Makefile,v 1.6 2011/11/23 19:33:56 marino Exp $ # DISTNAME= gajim-0.14.1 @@ -20,7 +20,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "options.mk" -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gmake intltool pkg-config msgfmt GNU_CONFIGURE= yes PYTHON_VERSIONS_ACCEPTED= 27 26 25 |