diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-05-12 04:55:53 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-05-12 04:55:53 +0000 |
commit | f51a163d8328401d6439773bf6aff0be01ebac33 (patch) | |
tree | 44cf3508914f3b24618d52716010ec86d7a7d597 /editors/tea | |
parent | 0a340f7319bb282c98dac67a078fc659c3c7e198 (diff) | |
download | freebsd-ports-f51a163d8328401d6439773bf6aff0be01ebac33.zip |
- 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
Diffstat (limited to 'editors/tea')
-rw-r--r-- | editors/tea/Makefile | 8 |
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> |