diff options
author | danilo <danilo@FreeBSD.org> | 2017-01-23 05:26:59 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2017-01-23 05:26:59 +0800 |
commit | 6b36514a95b1938c7bf8cead597032b47899344c (patch) | |
tree | ac001af94195ef7a24e41f10446aa81aea4cb626 /editors | |
parent | b95969ae1b1d6b739f4fe86daeb8b66d3ae8139d (diff) | |
download | freebsd-ports-gnome-6b36514a95b1938c7bf8cead597032b47899344c.tar.gz freebsd-ports-gnome-6b36514a95b1938c7bf8cead597032b47899344c.tar.zst freebsd-ports-gnome-6b36514a95b1938c7bf8cead597032b47899344c.zip |
- Enable both aspell and hunspell as default
PR: 215718
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tea/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 0b5611a59212..a79f658e406c 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -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 text editor 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}/share/pixmaps/tea_icon_v2.png" \ "${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 \ |