diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-02-08 13:48:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-02-08 13:48:25 +0000 |
commit | ef5405901fbcd5a76e83768ad99aefee5aec9739 (patch) | |
tree | b7340896e49b650f333dc51ea648bd890a513409 /editors/tea | |
parent | f8a787b59bc8987b1e6d7de243a6b49a99003d7e (diff) | |
download | ports-ef5405901fbcd5a76e83768ad99aefee5aec9739.tar.gz ports-ef5405901fbcd5a76e83768ad99aefee5aec9739.zip |
Notes
Diffstat (limited to 'editors/tea')
-rw-r--r-- | editors/tea/Makefile | 2 |
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> |