diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-11-06 17:43:11 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-11-06 17:43:11 +0000 |
commit | 8fbcab85d9ace37305253f5145e936118101448c (patch) | |
tree | cb6e626ffd47af169d8e7698cf5cd88392959be4 /Mk | |
parent | 0e4aaea53687b782547527ccff1586b1ae9e6453 (diff) | |
download | ports-8fbcab85d9ace37305253f5145e936118101448c.tar.gz ports-8fbcab85d9ace37305253f5145e936118101448c.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.php.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index db276baf195e..ce03002852cf 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -43,7 +43,7 @@ PHP_VER?= ${DEFAULT_PHP_VER} .if ${PHP_VER} == 4 PHP_EXT_DIR= 20020429 .else -PHP_EXT_DIR= 20050922 +PHP_EXT_DIR= 20060613 .endif HTTPD?= ${LOCALBASE}/sbin/httpd @@ -228,7 +228,7 @@ php-ini: .if ${USE_PHP:L} != "yes" # non-version specific components _USE_PHP_ALL= bcmath bz2 calendar ctype curl dba dbase \ - exif fileinfo filepro fribidi ftp gd gettext gmp \ + exif fileinfo fribidi ftp gd gettext gmp \ hash iconv imap interbase ldap mbstring mcrypt \ mhash ming mssql mysql ncurses odbc \ openssl panda pcntl pcre pdf pgsql posix \ @@ -236,7 +236,7 @@ _USE_PHP_ALL= bcmath bz2 calendar ctype curl dba dbase \ sockets sybase_ct sysvmsg sysvsem sysvshm \ tokenizer wddx xml xmlrpc yaz zip zlib # version specific components -_USE_PHP_VER4= ${_USE_PHP_ALL} crack dbx dio domxml mcal mcve \ +_USE_PHP_VER4= ${_USE_PHP_ALL} crack dbx dio domxml filepro mcal mcve \ mnogosearch oracle overload pfpro xslt yp _USE_PHP_VER5= ${_USE_PHP_ALL} dom mysqli pdo simplexml soap sqlite \ tidy xmlreader xmlwriter xsl |