diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-19 13:23:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-19 13:23:03 +0800 |
commit | 13733f22de3cddc9f2cdeb990604cc6822d617b5 (patch) | |
tree | a13d141936aed507877f60349c416a4033819692 /textproc/enchant | |
parent | 861079cf63f6aafa998e8317642bd58b8d3c0459 (diff) | |
download | freebsd-ports-gnome-13733f22de3cddc9f2cdeb990604cc6822d617b5.tar.gz freebsd-ports-gnome-13733f22de3cddc9f2cdeb990604cc6822d617b5.tar.zst freebsd-ports-gnome-13733f22de3cddc9f2cdeb990604cc6822d617b5.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
Diffstat (limited to 'textproc/enchant')
-rw-r--r-- | textproc/enchant/Makefile | 2 |
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 |