summaryrefslogtreecommitdiff
path: root/editors/tea/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2006-02-08 13:48:25 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2006-02-08 13:48:25 +0000
commitef5405901fbcd5a76e83768ad99aefee5aec9739 (patch)
treeb7340896e49b650f333dc51ea648bd890a513409 /editors/tea/Makefile
parent- Update to 12.0 and unbreak (diff)
I actually wanted this knob to be `on' by default: not everyone wants Gnome
pieces installed just to be able to edit some texts.
Notes
Notes: svn path=/head/; revision=155513
Diffstat (limited to 'editors/tea/Makefile')
-rw-r--r--editors/tea/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile
index 21e81690f0c6..9ef6b73d6209 100644
--- a/editors/tea/Makefile
+++ b/editors/tea/Makefile
@@ -21,7 +21,7 @@ USE_GNOME= gtk20
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-OPTIONS= TEA_ONLY "Build original GTK-only version" off \
+OPTIONS= TEA_ONLY "Build original GTK-only version" on \
ASPELL "Build with GNU aspell support" on
.include <bsd.port.pre.mk>