Date: Sun, 12 May 2013 04:55:53 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317930 - head/editors/tea Message-ID: <201305120455.r4C4trIV035691@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sun May 12 04:55:53 2013 New Revision: 317930 URL: http://svnweb.freebsd.org/changeset/ports/317930 Log: - 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 Modified: head/editors/tea/Makefile Modified: head/editors/tea/Makefile ============================================================================== --- head/editors/tea/Makefile Sun May 12 04:52:39 2013 (r317929) +++ head/editors/tea/Makefile Sun May 12 04:55:53 2013 (r317930) @@ -11,11 +11,6 @@ COMMENT= Simple and powerful Qt4-based t 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305120455.r4C4trIV035691>