summaryrefslogtreecommitdiff
path: root/www/mod_php5
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2002-09-21 06:11:46 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2002-09-21 06:11:46 +0000
commit3fe62758e2ea227eb77b87ad2bfa54b983db64b1 (patch)
tree80d867a6a872ea4066e091b8dbbebbbfe7a5295a /www/mod_php5
parentadd blop 0.1.0 (diff)
Switch from textproc/pspell to textproc/aspell for pspell support after
removal of textproc/pspell. PR: ports/42052, ports/43148
Notes
Notes: svn path=/head/; revision=66977
Diffstat (limited to 'www/mod_php5')
-rw-r--r--www/mod_php5/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 8be6fd2d5cfa..81dca33a30a1 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -304,7 +304,7 @@ while [ "$1" ]; do
fi
;;
\"pspell\")
- echo "LIB_DEPENDS+= pspell.4:\${PORTSDIR}/textproc/pspell"
+ echo "LIB_DEPENDS+= aspell.15:\${PORTSDIR}/textproc/aspell"
echo "CONFIGURE_ARGS+=--with-pspell=\${LOCALBASE}"
;;
\"mbregex\")