diff options
Diffstat (limited to 'textproc/enchant2/Makefile')
-rw-r--r-- | textproc/enchant2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/enchant2/Makefile b/textproc/enchant2/Makefile index b5d58cd1a522..6cdd22824ba3 100644 --- a/textproc/enchant2/Makefile +++ b/textproc/enchant2/Makefile @@ -3,7 +3,7 @@ PORTNAME= enchant PORTVERSION= 2.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc gnome MASTER_SITES= https://github.com/AbiWord/enchant/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= 2 @@ -39,7 +39,7 @@ HSPELL_LIB_DEPENDS= libhspell.so.0:hebrew/hspell HSPELL_CONFIGURE_WITH= hspell HSPELL_CONFIGURE_ON= --with-hspell-dir=${LOCALBASE}/share/hspell -HUNSPELL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell +HUNSPELL_LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell HUNSPELL_CONFIGURE_WITH= hunspell HUNSPELL_CONFIGURE_ON= --with-hunspell-dir=${LOCALBASE}/share/hunspell |