diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-07-17 12:35:57 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-07-17 12:35:57 +0000 |
commit | 3fb5f9a181c77c096d74a49e5e00b07cb6ba8680 (patch) | |
tree | b04d66652eecfffc4ff39a064522b118f6c3df83 /www/mod_php3/scripts | |
parent | 6c7b47848d7ce8b159eb259d94d000b8dbb6c4c0 (diff) |
Notes
Diffstat (limited to 'www/mod_php3/scripts')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 59e9576f53ff..3d70d5611c6a 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -91,7 +91,7 @@ while [ "$1" ]; do fi ;; \"IMAP\") - echo "LIB_DEPENDS+= c-client4.7:\${PORTSDIR}/mail/imap-uw" + echo "LIB_DEPENDS+= c-client4.7:\${PORTSDIR}/mail/cclient" echo "CONFIGURE_ARGS+=--with-imap=\${PREFIX}" ;; \"MySQL\") |