summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-05-12 04:55:53 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-05-12 04:55:53 +0000
commitf51a163d8328401d6439773bf6aff0be01ebac33 (patch)
tree44cf3508914f3b24618d52716010ec86d7a7d597 /editors
parent- fix pkg-plist (diff)
- Utilize standard HUNSPELL_DESC from bsd.options.desc.mk (thus fix a typo)
- Move OPTIONS block where it belongs (after other knobs) and kill stray empty line where at it
Notes
Notes: svn path=/head/; revision=317930
Diffstat (limited to 'editors')
-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>