summaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-30 06:00:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-30 06:00:28 +0000
commit9ec324fbdb5c0f7a05025a47c0e1766aafc3be73 (patch)
treea6cdc278f108abe8000d50a5ec2f187d9b190115 /lang/php53
parent- Fix perl dependency. (diff)
Chase mail/cclient shared library version bump.
Several patches were needed due to the removal of include/c-client/linkage.c in favour of include/c-client/linkage.h. PR: ports/114833 Submitted by: "Pedro J. Lobo" <pjlobo@sec.upm.es>
Notes
Notes: svn path=/head/; revision=200423
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile.ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index 050feae1faf8..d974c42ec150 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/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)