diff options
author | marino <marino@pkgsrc.org> | 2011-11-23 19:27:38 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-11-23 19:27:38 +0000 |
commit | 0031ba9bb5bac9f22623295bd5259b7e3c73ff08 (patch) | |
tree | e26fca7eb781358e946eef32ebb93d94ecf80638 /chat | |
parent | 0d53bad1a499f88cd2a5a17c02b10e2178831046 (diff) | |
download | pkgsrc-0031ba9bb5bac9f22623295bd5259b7e3c73ff08.tar.gz |
chat/libfolks: Add msgfmt to USE_TOOLS
Required to build on DragonFly.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/libfolks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/libfolks/Makefile b/chat/libfolks/Makefile index 40b771f76cd..d3540d0055e 100644 --- a/chat/libfolks/Makefile +++ b/chat/libfolks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/04/22 13:42:20 obache Exp $ +# $NetBSD: Makefile,v 1.4 2011/11/23 19:27:38 marino Exp $ # DISTNAME= folks-0.4.2 @@ -17,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config intltool gmake +USE_TOOLS+= pkg-config intltool gmake msgfmt USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE+= backends/telepathy/lib/folks-telepathy.pc.in |