Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2017 21:27:00 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432162 - head/editors/tea
Message-ID:  <201701222127.v0MLR0ON034127@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun Jan 22 21:26:59 2017
New Revision: 432162
URL: https://svnweb.freebsd.org/changeset/ports/432162

Log:
  - Enable both aspell and hunspell as default
  
  PR:		215718

Modified:
  head/editors/tea/Makefile

Modified: head/editors/tea/Makefile
==============================================================================
--- head/editors/tea/Makefile	Sun Jan 22 21:06:11 2017	(r432161)
+++ head/editors/tea/Makefile	Sun Jan 22 21:26:59 2017	(r432162)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tea
 PORTVERSION=	43.1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	editors
 MASTER_SITES=	http://semiletov.org/tea/dloads/
 
@@ -13,9 +13,9 @@ COMMENT=	Simple and powerful Qt4-based t
 LICENSE=	GPLv3
 
 OPTIONS_DEFINE=		DOCS
-OPTIONS_RADIO=		SPELL
-OPTIONS_RADIO_SPELL=	ASPELL HUNSPELL
-OPTIONS_DEFAULT=	ASPELL
+OPTIONS_GROUP=		SPELL
+OPTIONS_GROUP_SPELL=	ASPELL HUNSPELL
+OPTIONS_DEFAULT=	ASPELL HUNSPELL
 
 USES=		pkgconfig:build qmake tar:bzip2
 USE_GL=		gl
@@ -30,10 +30,10 @@ DESKTOP_ENTRIES="TEA" "" "${PREFIX}/shar
 		"${PORTNAME}" "" ""
 
 ASPELL_LIB_DEPENDS=	libaspell.so:textproc/aspell
-ASPELL_QMAKE_ON=	CONFIG+=nohunspell
+ASPELL_QMAKE_OFF=	CONFIG+=noaspell
 
 HUNSPELL_LIB_DEPENDS=	libhunspell-1.6.so:textproc/hunspell
-HUNSPELL_QMAKE_ON=	CONFIG+=noaspell
+HUNSPELL_QMAKE_OFF=	CONFIG+=nohunspell
 
 post-patch:
 	@${REINPLACE_CMD} -e \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701222127.v0MLR0ON034127>