diff options
author | obache <obache@pkgsrc.org> | 2011-01-25 05:24:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-25 05:24:28 +0000 |
commit | 5daa1a1955eb16bb150740fbabcb51225326b55a (patch) | |
tree | 110269181095f182beec097dd285533af0864019 /devel/libcompizconfig | |
parent | b8bddfc1e779b04e0ceb1bc7d6d41eb288c9eaaa (diff) | |
download | pkgsrc-5daa1a1955eb16bb150740fbabcb51225326b55a.tar.gz |
configure require xgettext, msgmerge and msgfmt.
Diffstat (limited to 'devel/libcompizconfig')
-rw-r--r-- | devel/libcompizconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libcompizconfig/Makefile b/devel/libcompizconfig/Makefile index c7f6bff1395..84f86ee5675 100644 --- a/devel/libcompizconfig/Makefile +++ b/devel/libcompizconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2011/01/13 13:37:24 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2011/01/25 05:24:28 obache Exp $ # PKGVER= 0.8.4 @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config perl intltool gmake +USE_TOOLS+= pkg-config perl intltool gmake xgettext megmerge msgfmt USE_LANGUAGES+= c c++ PKG_SYSCONFSUBDIR?= compizconfig |