diff options
author | joerg <joerg> | 2007-06-27 12:57:20 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-06-27 12:57:20 +0000 |
commit | 0e8466dac9fc1564571acbc8f30b1ab6c47be23f (patch) | |
tree | 1717dedf1374593a88f70fbaf961b84a96ef26bd /editors | |
parent | c05b453c70142fe8198126d33dd3cbc46d714d3e (diff) | |
download | pkgsrc-0e8466dac9fc1564571acbc8f30b1ab6c47be23f.tar.gz |
Needs msgfmt.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yudit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 0422e9fa69d..a454ecffa7d 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/01/30 22:55:20 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2007/06/27 12:57:20 joerg Exp $ DISTNAME= yudit-2.8.1 CATEGORIES= editors @@ -10,7 +10,7 @@ HOMEPAGE= http://yudit.org/ COMMENT= Unicode Text Editor USE_LANGUAGES= c c++ -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-x |