diff options
Diffstat (limited to 'www/mod_php5/scripts/configure.php')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 42f6a1985d24..23ee321872b3 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -48,6 +48,7 @@ YP "YP/NIS support" OFF \ BCMath "BCMath support" OFF \ Hyperwave "Hyperwave support" OFF \ ming "ming library support" OFF \ +MCAL "Modular Calendar Access Library support" OFF \ sockets "sockets support" OFF \ sysvsem "System V semaphore support" OFF \ sysvshm "System V shared memory support" OFF \ @@ -276,6 +277,10 @@ EOF echo "LIB_DEPENDS+= ming.3:\${PORTSDIR}/graphics/ming" echo "CONFIGURE_ARGS+=--with-ming=\${PREFIX}" ;; + \"MCAL\") + echo "CONFIGURE_ARGS+=--with-mcal=\${PREFIX}" + echo "LIB_DEPENDS+= mcal.0:\${PORTSDIR}/misc/libmcal" + ;; \"sockets\") echo "CONFIGURE_ARGS+=--enable-sockets" ;; |