diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-09-10 12:58:31 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-09-10 12:58:31 +0000 |
commit | cd5fdb88609a14875c85b86e113655cffecb8bd2 (patch) | |
tree | 4bd4c85e88a764fdb76a38a6be0aabdb2471fb86 /www/mod_php4 | |
parent | Update port to 3.0. (diff) |
Catch up with libmcve version bump
Notes
Notes:
svn path=/head/; revision=66048
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 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\") |