diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-05-18 07:57:21 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-05-18 07:57:21 +0000 |
commit | 87569332c47e786f2668277c86997f1ae1ebb9b7 (patch) | |
tree | 5520d2ec1eacbbb322a0a8d11fdd63790fb609fe /www/mod_php4 | |
parent | Kill blank line. (diff) |
Add MCVE support.
PR: ports/37601
Submitted by: jedgar
Notes
Notes:
svn path=/head/; revision=59415
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 56869d001b6f..13ea274eb9f1 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -51,6 +51,7 @@ mbstring "multibyte string module" OFF \ YP "YP/NIS support" OFF \ BCMath "BCMath support" OFF \ Hyperwave "Hyperwave support" OFF \ +mcve "MCVE Credit Card Verification support" OFF \ ming "ming library support" OFF \ MCAL "Modular Calendar Access Library support" OFF \ sockets "sockets support" OFF \ @@ -321,6 +322,10 @@ while [ "$1" ]; do \"Hyperwave\") echo "CONFIGURE_ARGS+=--with-hyperwave=yes" ;; + \"mcve\") + echo "LIB_DEPENDS+= mcve.0:\${PORTSDIR}/devel/libmcve" + echo "CONFIGURE_ARGS+=--with-mcve=\${LOCALBASE}" + ;; \"ming\") echo "LIB_DEPENDS+= ming.3:\${PORTSDIR}/graphics/ming" echo "CONFIGURE_ARGS+=--with-ming=\${LOCALBASE}" |