diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-04-03 16:52:20 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-04-03 16:52:20 +0000 |
commit | 7f2a857b2964490ac2c8b80ef6a315366e9bf55a (patch) | |
tree | 367830378152ea777cee22525077d2fd32d4573f /textproc | |
parent | 9a9c2e65272b2b97e5f2de78be1af47f576c003e (diff) | |
download | ports-7f2a857b2964490ac2c8b80ef6a315366e9bf55a.tar.gz ports-7f2a857b2964490ac2c8b80ef6a315366e9bf55a.zip |
Notes
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 |