diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-30 06:00:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-30 06:00:28 +0000 |
commit | 9ec324fbdb5c0f7a05025a47c0e1766aafc3be73 (patch) | |
tree | a6cdc278f108abe8000d50a5ec2f187d9b190115 /lang/php5 | |
parent | 781c12526184ca8b32d19b03e8c527a2cd51e6e6 (diff) | |
download | ports-9ec324fbdb5c0f7a05025a47c0e1766aafc3be73.tar.gz ports-9ec324fbdb5c0f7a05025a47c0e1766aafc3be73.zip |
Notes
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 050feae1faf8..d974c42ec150 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -126,7 +126,7 @@ USE_ICONV= yes .endif .if ${PHP_MODNAME} == "imap" -LIB_DEPENDS+= c-client4.8:${PORTSDIR}/mail/cclient +LIB_DEPENDS+= c-client4.9:${PORTSDIR}/mail/cclient CONFIGURE_ARGS+=--with-imap=${LOCALBASE} .if !defined(WITHOUT_SSL) |