summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/mod_php3/scripts/configure.php2
-rw-r--r--www/mod_php4/scripts/configure.php2
-rw-r--r--www/mod_php5/scripts/configure.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index b3ca28f587ef..4e58a97caf8a 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -88,7 +88,7 @@ while [ "$1" ]; do
fi
;;
\"IMAP\")
- echo "LIB_DEPENDS+= c-client4.7:\${PORTSDIR}/mail/cclient"
+ echo "LIB_DEPENDS+= c-client4.8:\${PORTSDIR}/mail/cclient"
echo "CONFIGURE_ARGS+=--with-imap=\${PREFIX}"
;;
\"MySQL\")
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index ce54f697a785..97debec6904f 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -92,7 +92,7 @@ while [ "$1" ]; do
fi
;;
\"IMAP\")
- echo "LIB_DEPENDS+= c-client4.7:\${PORTSDIR}/mail/cclient"
+ echo "LIB_DEPENDS+= c-client4.8:\${PORTSDIR}/mail/cclient"
echo "CONFIGURE_ARGS+=--with-imap=\${PREFIX}"
;;
\"MySQL\")
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index ce54f697a785..97debec6904f 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -92,7 +92,7 @@ while [ "$1" ]; do
fi
;;
\"IMAP\")
- echo "LIB_DEPENDS+= c-client4.7:\${PORTSDIR}/mail/cclient"
+ echo "LIB_DEPENDS+= c-client4.8:\${PORTSDIR}/mail/cclient"
echo "CONFIGURE_ARGS+=--with-imap=\${PREFIX}"
;;
\"MySQL\")