diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-05 19:07:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-05 19:07:54 +0000 |
commit | aa7405cb0a2a3c6586a2b99a31556a32197c599a (patch) | |
tree | 743bd189cd9ffa1c16a51ea076e0e4ea99f3100b /misc/orca | |
parent | 722822934f0654a00c8e96eb4cd9036447711131 (diff) | |
download | pkgsrc-aa7405cb0a2a3c6586a2b99a31556a32197c599a.tar.gz |
Needs msgfmt.
Diffstat (limited to 'misc/orca')
-rw-r--r-- | misc/orca/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/orca/Makefile b/misc/orca/Makefile index 20b5597958b..c585bec40b7 100644 --- a/misc/orca/Makefile +++ b/misc/orca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/07/17 19:03:16 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2007/08/05 19:07:54 joerg Exp $ # DISTNAME= orca-2.18.1 @@ -12,7 +12,7 @@ COMMENT= Screen reader GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= intltool pkg-config gmake +USE_TOOLS+= intltool pkg-config gmake msgfmt USE_DIRS+= xdg-1.1 PYTHON_VERSIONS_ACCEPTED= 24 |