diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-21 15:12:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-21 15:12:43 +0000 |
commit | df95a6ec117e47d0ee9a59c5577ed21cdb405e75 (patch) | |
tree | e8c3b7f39def3d0b60a3f7eedba7f778fdc2ac65 /wm | |
parent | f23064566e26e30efbe1455cf8106e94d7c43b19 (diff) | |
download | pkgsrc-df95a6ec117e47d0ee9a59c5577ed21cdb405e75.tar.gz |
Needs msgfmt.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/econf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/econf/Makefile b/wm/econf/Makefile index 2711738f7fe..8b4e0fd7f20 100644 --- a/wm/econf/Makefile +++ b/wm/econf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/04/17 13:46:50 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2006/06/21 15:12:43 joerg Exp $ # DISTNAME= enlightenment-conf-0.15 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.enlightenment.org/ COMMENT= Configuration tool for easily setting up Enlightenment USE_LANGUAGES= c c++ -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |