diff options
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" |