diff options
author | kwm <kwm@FreeBSD.org> | 2013-04-04 00:52:20 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-04-04 00:52:20 +0800 |
commit | 104fe6e6b31270527f5f6fc15ae0d04ab9452e3d (patch) | |
tree | 367830378152ea777cee22525077d2fd32d4573f /textproc | |
parent | 20e58e495daf5b49e9506842ba67d756c4420f01 (diff) | |
download | freebsd-ports-gnome-104fe6e6b31270527f5f6fc15ae0d04ab9452e3d.tar.gz freebsd-ports-gnome-104fe6e6b31270527f5f6fc15ae0d04ab9452e3d.tar.zst freebsd-ports-gnome-104fe6e6b31270527f5f6fc15ae0d04ab9452e3d.zip |
Restore default options from before conversion to OptionsNG.
Reported by: makc@
Approved by: portmgr (miwi@)
Pointyhat to: kwm@
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/enchant/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index b4f64ad79b05..f36f30e793af 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -4,6 +4,7 @@ PORTNAME= enchant PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/ DIST_SUBDIR= gnome2 @@ -27,6 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= enchant.1 OPTIONS_DEFINE= ASPELL HSPELL HUNSPELL ISPELL ZEMBEREK +OPTIONS_DEFAULT=ASPELL HSPELL_DESC= Spell checking via Hspell HUNSPELL_DESC= Spell checking via Hunspell ZEMBEREK_DESC= Spell checking via Zemberek |