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 | ac0ca2b05dc72e6cd994a01f46bf7691b1d0e8ec (patch) | |
tree | e26fca7eb781358e946eef32ebb93d94ecf80638 /chat/libfolks/Makefile | |
parent | eecad9ece0a665aa4b9d46ca2d1451d99a326b2b (diff) | |
download | pkgsrc-ac0ca2b05dc72e6cd994a01f46bf7691b1d0e8ec.tar.gz |
chat/libfolks: Add msgfmt to USE_TOOLS
Required to build on DragonFly.
Diffstat (limited to 'chat/libfolks/Makefile')
-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 |