diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-28 13:28:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-28 13:28:38 +0000 |
commit | 3f11927758c34ab5ac3d168b15f88f3109ef0ede (patch) | |
tree | 2b872130e70824db28b8d9962e654536aab010fc /wm/compiz | |
parent | a9648d66183f6eead09b74630d6af2a69d4f6bcd (diff) | |
download | pkgsrc-3f11927758c34ab5ac3d168b15f88f3109ef0ede.tar.gz |
Needs msgfmt.
Diffstat (limited to 'wm/compiz')
-rw-r--r-- | wm/compiz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/compiz/Makefile b/wm/compiz/Makefile index 2d6edcf5296..626d1d95f3d 100644 --- a/wm/compiz/Makefile +++ b/wm/compiz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/23 19:42:38 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2007/03/28 13:28:38 joerg Exp $ # DISTNAME= compiz-0.3.6 @@ -13,7 +13,7 @@ COMMENT= Compositing window manager GNU_CONFIGURE= yes CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/ MAKE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/ -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes |