diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-11-26 21:29:31 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-11-26 21:29:31 +0000 |
commit | 9b4b6868967a9107d57e8585e3436f92188eb863 (patch) | |
tree | ca85fd1b00bcfac542815554b74e65de329fa903 /www/mod_php4/scripts/configure.php | |
parent | Bump PORTREVISION for the last change. (rev.1.9) (diff) |
Add support for MCAL (Modular Calendar Access Library)
PR: ports/31417
Submitted by: Thierry Thomas <thierry@thomas.as>
Notes
Notes:
svn path=/head/; revision=50601
Diffstat (limited to 'www/mod_php4/scripts/configure.php')
-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 42f6a1985d24..23ee321872b3 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/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" ;; |