aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-05-12 12:55:53 +0800
committerdanfe <danfe@FreeBSD.org>2013-05-12 12:55:53 +0800
commit869ae58063454a7054f6a91a8543acf379a7d8fc (patch)
tree44cf3508914f3b24618d52716010ec86d7a7d597 /editors
parent08774d0934b2eab3fa70b0ddebb6ba1a8dd5a125 (diff)
downloadfreebsd-ports-gnome-869ae58063454a7054f6a91a8543acf379a7d8fc.tar.gz
freebsd-ports-gnome-869ae58063454a7054f6a91a8543acf379a7d8fc.tar.zst
freebsd-ports-gnome-869ae58063454a7054f6a91a8543acf379a7d8fc.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')
-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>