diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-03-06 13:23:20 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-03-06 13:23:20 +0000 |
commit | 5f4a2ca53c56425715ed03b535043a46985cdce1 (patch) | |
tree | 62c3cf8ed473b388cd93f2a7a0f85e8818630f14 /devel | |
parent | 145bdcb50a4f817aca826d3ad5d216c2909040f4 (diff) | |
download | pkgsrc-5f4a2ca53c56425715ed03b535043a46985cdce1.tar.gz |
Fix typo in USE_TOOLS.
Diffstat (limited to 'devel')
-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 84f86ee5675..79e5ab5af5c 100644 --- a/devel/libcompizconfig/Makefile +++ b/devel/libcompizconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2011/01/25 05:24:28 obache Exp $ +# $NetBSD: Makefile,v 1.11 2011/03/06 13:23:20 ryoon 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 xgettext megmerge msgfmt +USE_TOOLS+= pkg-config perl intltool gmake xgettext msgmerge msgfmt USE_LANGUAGES+= c c++ PKG_SYSCONFSUBDIR?= compizconfig |