aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/php4-mcve/Makefile1
-rw-r--r--lang/php4/Makefile.ext2
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/php4-mcve/Makefile b/devel/php4-mcve/Makefile
index 2c79c019ab96..f46505f8b6b5 100644
--- a/devel/php4-mcve/Makefile
+++ b/devel/php4-mcve/Makefile
@@ -5,6 +5,7 @@
# $FreeBSD$
#
+PORTREVISION= 2
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php4
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext
index a504f06bdc04..6ccb4aeeb1fb 100644
--- a/lang/php4/Makefile.ext
+++ b/lang/php4/Makefile.ext
@@ -184,7 +184,7 @@ USE_AUTOTOOLS= libltdl:15
.endif
.if ${PHP_MODNAME} == "mcve"
-LIB_DEPENDS+= mcve.3:${PORTSDIR}/devel/libmcve
+LIB_DEPENDS+= mcve.5:${PORTSDIR}/devel/libmcve
CONFIGURE_ARGS+=--with-mcve=${LOCALBASE} \
--with-openssl-dir=${OPENSSLBASE}