diff options
author | marino <marino@pkgsrc.org> | 2011-11-23 19:30:08 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-11-23 19:30:08 +0000 |
commit | 999b1365284520dd2a3d8422171b7491c366aa54 (patch) | |
tree | 52c691202378541533588de6ae331a3a92e14abc /chat | |
parent | 0031ba9bb5bac9f22623295bd5259b7e3c73ff08 (diff) | |
download | pkgsrc-999b1365284520dd2a3d8422171b7491c366aa54.tar.gz |
chat/telepathy-logger: Add msgfmt to USE_TOOLS
Required to build on DragonFly.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/telepathy-logger/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/telepathy-logger/Makefile b/chat/telepathy-logger/Makefile index ecb624d527b..ff916523e6f 100644 --- a/chat/telepathy-logger/Makefile +++ b/chat/telepathy-logger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/09/01 13:09:32 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2011/11/23 19:30:08 marino Exp $ # DISTNAME= telepathy-logger-0.2.7 @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config gmake intltool +USE_TOOLS+= pkg-config gmake intltool msgfmt PKGCONFIG_OVERRIDE+= extensions/tpl-extensions.pc.in PKGCONFIG_OVERRIDE+= telepathy-logger/telepathy-logger-0.1.pc.in |