aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php5
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-03-23 08:23:10 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-03-23 08:23:10 +0000
commitcfcb8c870265e878d2e99e218c580ed87c023068 (patch)
tree79322e815b5fe3f364e2c1d9ccf522563625b376 /www/mod_php5
parent4184495efa15c76ab0bd7910eeffb4c23f8a9568 (diff)
downloadports-cfcb8c870265e878d2e99e218c580ed87c023068.tar.gz
ports-cfcb8c870265e878d2e99e218c580ed87c023068.zip
Add recode support after librecode is fixed now.
Notes
Notes: svn path=/head/; revision=77232
Diffstat (limited to 'www/mod_php5')
-rw-r--r--www/mod_php5/scripts/configure.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index f55e213f92b5..e5d760c37052 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -47,6 +47,7 @@ FTP "File Transfer Protocol support" OFF \
CURL "CURL support" OFF \
gettext "gettext library support" OFF \
iconv "iconv support" OFF \
+recode "recode support" OFF \
pspell "pspell support" OFF \
mbregex "multibyte regular expressions module" OFF \
mbstring "multibyte string module" OFF \
@@ -315,6 +316,10 @@ while [ "$1" ]; do
ICONV=1
fi
;;
+ \"recode\")
+ echo "LIB_DEPENDS+= recode.3:\${PORTSDIR}/converters/recode"
+ echo "CONFIGURE_ARGS+=--with-recode=\${LOCALBASE}"
+ ;;
\"pspell\")
echo "LIB_DEPENDS+= aspell.15:\${PORTSDIR}/textproc/aspell"
echo "CONFIGURE_ARGS+=--with-pspell=\${LOCALBASE}"