aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php3
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-12-24 10:56:12 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-12-24 10:56:12 +0000
commit0df58d2377652da3c7dcd021d38cae0741b8a3fb (patch)
tree4cb12b18b4b05f8fcecef14442d09cedf94d1868 /www/mod_php3
parent18e9ce9143a68b38c60f9430c681b2f929294088 (diff)
downloadports-0df58d2377652da3c7dcd021d38cae0741b8a3fb.tar.gz
ports-0df58d2377652da3c7dcd021d38cae0741b8a3fb.zip
mail/cclient installs libc-client4.so.8, now.
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
Notes
Notes: svn path=/head/; revision=36300
Diffstat (limited to 'www/mod_php3')
-rw-r--r--www/mod_php3/scripts/configure.php2
1 files changed, 1 insertions, 1 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\")