summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2002-09-10 12:58:31 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2002-09-10 12:58:31 +0000
commitcd5fdb88609a14875c85b86e113655cffecb8bd2 (patch)
tree4bd4c85e88a764fdb76a38a6be0aabdb2471fb86
parentaababdde6559dd57e64ee77c8cb65b402378450d (diff)
downloadfreebsd-ports-cd5fdb88609a14875c85b86e113655cffecb8bd2.zip
Catch up with libmcve version bump
-rw-r--r--www/mod_php4/scripts/configure.php2
-rw-r--r--www/mod_php5/scripts/configure.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index a973e558f783..e33f9390ebe8 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -323,7 +323,7 @@ while [ "$1" ]; do
echo "CONFIGURE_ARGS+=--with-hyperwave=yes"
;;
\"mcve\")
- echo "LIB_DEPENDS+= mcve.0:\${PORTSDIR}/devel/libmcve"
+ echo "LIB_DEPENDS+= mcve.3:\${PORTSDIR}/devel/libmcve"
echo "CONFIGURE_ARGS+=--with-mcve=\${LOCALBASE}"
;;
\"ming\")
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index a973e558f783..e33f9390ebe8 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -323,7 +323,7 @@ while [ "$1" ]; do
echo "CONFIGURE_ARGS+=--with-hyperwave=yes"
;;
\"mcve\")
- echo "LIB_DEPENDS+= mcve.0:\${PORTSDIR}/devel/libmcve"
+ echo "LIB_DEPENDS+= mcve.3:\${PORTSDIR}/devel/libmcve"
echo "CONFIGURE_ARGS+=--with-mcve=\${LOCALBASE}"
;;
\"ming\")