aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2002-05-18 15:57:21 +0800
committerdirk <dirk@FreeBSD.org>2002-05-18 15:57:21 +0800
commit81bebe64e0058ced805b8de2dc57742f84dc9550 (patch)
treec423cbe5ee7c3000a45486fc303924c1dc20dfc5 /www
parent28b9b4c0fe2bffb9712155cee33340c89c3ff281 (diff)
downloadfreebsd-ports-gnome-81bebe64e0058ced805b8de2dc57742f84dc9550.tar.gz
freebsd-ports-gnome-81bebe64e0058ced805b8de2dc57742f84dc9550.tar.zst
freebsd-ports-gnome-81bebe64e0058ced805b8de2dc57742f84dc9550.zip
Add MCVE support.
PR: ports/37601 Submitted by: jedgar
Diffstat (limited to 'www')
-rw-r--r--www/mod_php4/scripts/configure.php5
-rw-r--r--www/mod_php5/scripts/configure.php5
2 files changed, 10 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}"
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 56869d001b6f..13ea274eb9f1 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/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}"