aboutsummaryrefslogtreecommitdiff
path: root/editors/tea
diff options
context:
space:
mode:
Diffstat (limited to 'editors/tea')
-rw-r--r--editors/tea/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile
index a9ea6795cf9a..c923072d8172 100644
--- a/editors/tea/Makefile
+++ b/editors/tea/Makefile
@@ -11,11 +11,6 @@ COMMENT= Simple and powerful Qt4-based text editor
LICENSE= GPLv3
-OPTIONS_RADIO= SPELL
-OPTIONS_RADIO_SPELL= ASPELL HUNSPELL
-OPTIONS_DEFAULT= ASPELL
-HUNSPELL_DESC= Spell cheecking support via Hunspell
-
USE_BZIP2= yes
USE_DOS2UNIX= rvln.*
USE_QT4= gui moc_build qmake_build rcc_build
@@ -23,6 +18,9 @@ MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/${PORTNAME}
+OPTIONS_RADIO= SPELL
+OPTIONS_RADIO_SPELL= ASPELL HUNSPELL
+OPTIONS_DEFAULT= ASPELL
.include <bsd.port.options.mk>