From owner-svn-ports-head@FreeBSD.ORG Sun May 12 04:55:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D641F97C; Sun, 12 May 2013 04:55:53 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C912EAC2; Sun, 12 May 2013 04:55:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4C4tr1Y035692; Sun, 12 May 2013 04:55:53 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4C4trIV035691; Sun, 12 May 2013 04:55:53 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201305120455.r4C4trIV035691@svn.freebsd.org> From: Alexey Dokuchaev Date: Sun, 12 May 2013 04:55:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317930 - head/editors/tea X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2013 04:55:53 -0000 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