aboutsummaryrefslogtreecommitdiff
path: root/textproc/enchant
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-07-19 05:23:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-07-19 05:23:03 +0000
commit0f57ce77afaad12ca17c2e74d318f146418f5aad (patch)
tree2a519361558e66339300a0c17273a15d22026c77 /textproc/enchant
parent6e7763dcc32be608dd5017c4472bc7a4c757e45c (diff)
downloadports-0f57ce77afaad12ca17c2e74d318f146418f5aad.tar.gz
ports-0f57ce77afaad12ca17c2e74d318f146418f5aad.zip
- update to 1.3.2
- remove hungarian dictionnary (will be readded later as a separate port) - rework description - change WWW - chase library bump - add license
Notes
Notes: svn path=/head/; revision=277936
Diffstat (limited to 'textproc/enchant')
-rw-r--r--textproc/enchant/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile
index 4f1b0e5e6474..1112bc2920d5 100644
--- a/textproc/enchant/Makefile
+++ b/textproc/enchant/Makefile
@@ -56,7 +56,7 @@ PLIST_SUB+= HSPELL="@comment "
.endif
.if defined(WITH_HUNSPELL)
-LIB_DEPENDS+= hunspell-1.2.0:${PORTSDIR}/textproc/hunspell
+LIB_DEPENDS+= hunspell-1.3.0:${PORTSDIR}/textproc/hunspell
CONFIGURE_ARGS+=--enable-myspell
PLIST_SUB+= HUNSPELL=""
.else