aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php4/scripts/configure.php
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-06-12 20:19:46 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-06-12 20:19:46 +0000
commit6adb290a4b8d3efc9c139002e7def4c5346987f3 (patch)
tree6fca632bde9b38921d591b4c140b0ed6b42ddc0b /www/mod_php4/scripts/configure.php
parent6ff3f45ac65efe544f0572913a49efc4c064eb1a (diff)
downloadports-6adb290a4b8d3efc9c139002e7def4c5346987f3.tar.gz
ports-6adb290a4b8d3efc9c139002e7def4c5346987f3.zip
Add pspell support option.
PR: ports/27256
Notes
Notes: svn path=/head/; revision=43920
Diffstat (limited to 'www/mod_php4/scripts/configure.php')
-rw-r--r--www/mod_php4/scripts/configure.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 1c2c69da028e..20c1317c64bb 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -33,6 +33,7 @@ XML "XML support" OFF \
FTP "File Transfer Protocol support" OFF \
CURL "CURL support" OFF \
gettext "gettext library support" OFF \
+pspell "pspell support" OFF \
japanese "jstring and mbregex module" OFF \
YP "YP/NIS support" OFF \
BCMath "BCMath support" OFF \
@@ -185,6 +186,10 @@ while [ "$1" ]; do
echo "LIB_DEPENDS+= intl.1:\${PORTSDIR}/devel/gettext"
echo "CONFIGURE_ARGS+=--with-gettext=\${PREFIX}"
;;
+ \"pspell\")
+ echo "LIB_DEPENDS+= pspell.4:\${PORTSDIR}/textproc/pspell"
+ echo "CONFIGURE_ARGS+=--with-pspell=\${PREFIX}"
+ ;;
\"japanese\")
${CAT} << EOF
MASTER_SITES+= ftp://night.fminn.nagano.nagano.jp/php4/