diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-08 12:24:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-08 12:24:55 +0000 |
commit | f672ff9e8a142055ed2212261071958e22f85b14 (patch) | |
tree | 2910f8e8896808d06b04634c3aeafd0037f95b2a | |
parent | 8836ac7aabd6c096bc9c6e8648c739d512f814bf (diff) | |
download | pkgsrc-f672ff9e8a142055ed2212261071958e22f85b14.tar.gz |
Needs msgfmt.
-rw-r--r-- | x11/XaoS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XaoS/Makefile b/x11/XaoS/Makefile index 8828a6cd6f3..cb0fefb9c1b 100644 --- a/x11/XaoS/Makefile +++ b/x11/XaoS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/04/22 09:22:17 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2006/06/08 12:24:55 joerg Exp $ # DISTNAME= XaoS-3.1 @@ -11,7 +11,7 @@ HOMEPAGE= http://xaos.theory.org/ COMMENT= Zoomable fractal rendering doodad PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-curses-driver=no |