diff options
author | dirk <dirk@FreeBSD.org> | 2000-07-17 20:35:57 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-07-17 20:35:57 +0800 |
commit | 8e551665793b1cf6a856bcd20a85e1381e92289f (patch) | |
tree | 89f97412238798037e5b587b4ebca3fc7a690240 /www/mod_php3 | |
parent | 28d81f948b720c4837847179eb3d2f678e175704 (diff) | |
download | freebsd-ports-gnome-8e551665793b1cf6a856bcd20a85e1381e92289f.tar.gz freebsd-ports-gnome-8e551665793b1cf6a856bcd20a85e1381e92289f.tar.zst freebsd-ports-gnome-8e551665793b1cf6a856bcd20a85e1381e92289f.zip |
Change dependency from mail/imap-uw to mail/cclient (the client part
of imap-uw).
PR: ports/19751
Submitted by: kbyanc
Diffstat (limited to 'www/mod_php3')
-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\") |