diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-17 13:13:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-17 13:13:42 +0000 |
commit | 6ac6da86741971c1fed329dbf4a537b7caea8108 (patch) | |
tree | 6702d11db11e985ad6563009f0fecb430befc9ef /editors/tea | |
parent | 485c9292733bbd3b25a8686c693790b3370c8148 (diff) | |
download | pkgsrc-6ac6da86741971c1fed329dbf4a537b7caea8108.tar.gz |
Needs msgfmt.
Diffstat (limited to 'editors/tea')
-rw-r--r-- | editors/tea/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 61fb1a0d401..865913eedaa 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/14 04:49:08 reed Exp $ +# $NetBSD: Makefile,v 1.2 2007/04/17 13:13:42 joerg Exp $ # DISTNAME= tea-16.0.5 @@ -14,7 +14,7 @@ COMMENT= Powerful, easy-to-use text editor for Gtk2 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt .include "options.mk" |