--- scripts/configure.php.old Sat Sep 21 10:51:40 2002 +++ scripts/configure.php Sat Sep 21 10:47:56 2002 @@ -45,7 +45,7 @@ CURL "CURL support" OFF \ gettext "gettext library support" OFF \ iconv "iconv support" OFF \ -pspell "pspell support" OFF \ +aspell "aspell support" OFF \ mbregex "multibyte regular expressions module" OFF \ mbstring "multibyte string module" OFF \ YP "YP/NIS support" OFF \ @@ -303,8 +303,8 @@ ICONV=1 fi ;; - \"pspell\") - echo "LIB_DEPENDS+= pspell.4:\${PORTSDIR}/textproc/pspell" + \"aspell\") + echo "LIB_DEPENDS+= aspell.15:\${PORTSDIR}/textproc/aspell" echo "CONFIGURE_ARGS+=--with-pspell=\${LOCALBASE}" ;; \"mbregex\")