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_php5 | |
parent | aababdde6559dd57e64ee77c8cb65b402378450d (diff) | |
download | ports-cd5fdb88609a14875c85b86e113655cffecb8bd2.tar.gz ports-cd5fdb88609a14875c85b86e113655cffecb8bd2.zip |
Notes
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
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\") |