diff options
Diffstat (limited to 'lang/php4/Makefile.ext')
-rw-r--r-- | lang/php4/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index e40091857a3c..f101755c5ebe 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -138,7 +138,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) |