Index: Makefile =================================================================== --- Makefile (révision 341531) +++ Makefile (copie de travail) @@ -3,7 +3,7 @@ PORTNAME= treeline PORTVERSION= 1.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/:treeline \ http://treeline.bellz.org/plugins/:plugins \ @@ -31,19 +31,19 @@ OPTIONS_DEFINE= HTTPLOAD OPTIONS_SINGLE= SPELLER -OPTIONS_SINGLE_SPELLER= ASPELL ISPELL +OPTIONS_SINGLE_SPELLER= ASPELL HUNSPELL HTTPLOAD_DESC= httpLoad plugin SPELLER_DESC= Spell checking backend -OPTIONS_DEFAULT= ASPELL +OPTIONS_DEFAULT= HUNSPELL OPTIONS_SUB= yes ASPELL_BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell ASPELL_RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell HTTPLOAD_DISTFILES= httpload2.py:plugins -ISPELL_BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -ISPELL_RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell +HUNSPELL_BUILD_DEPENDS= hunspell:${PORTSDIR}/textproc/hunspell +HUNPELL_RUN_DEPENDS= hunspell:${PORTSDIR}/textproc/hunspell .include