aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php4
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-09-30 14:00:28 +0800
committeredwin <edwin@FreeBSD.org>2007-09-30 14:00:28 +0800
commitc976a54e3165058674737062421c1791290e2990 (patch)
tree727dd3fd2d8b1c0d140fbed196a62bfcd5b8fd51 /lang/php4
parent3954a8637ddd73d0f127407ae33c386187fa5c34 (diff)
downloadfreebsd-ports-gnome-c976a54e3165058674737062421c1791290e2990.tar.gz
freebsd-ports-gnome-c976a54e3165058674737062421c1791290e2990.tar.zst
freebsd-ports-gnome-c976a54e3165058674737062421c1791290e2990.zip
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>
Diffstat (limited to 'lang/php4')
-rw-r--r--lang/php4/Makefile.ext2
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)