diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-12-12 22:01:14 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-12-12 22:01:14 +0000 |
commit | bd70061f96f2e7caef24d1bfe88b334539a13229 (patch) | |
tree | ad3f2163d9927ac94c131b56318b9712268b1646 /Mk/bsd.php.mk | |
parent | 213262a3b86a184f3a05d6427935ff764f75bdd0 (diff) |
Notes
Diffstat (limited to 'Mk/bsd.php.mk')
-rw-r--r-- | Mk/bsd.php.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index 998b526a4859..76ea81c5a74a 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -230,7 +230,7 @@ php-ini: _USE_PHP_ALL= bcmath bz2 calendar ctype curl dba dbase \ exif fileinfo fribidi ftp gd gettext gmp \ hash iconv imap interbase ldap mbstring mcrypt \ - mhash ming mssql mysql ncurses odbc \ + mhash mssql mysql ncurses odbc \ openssl pcntl pcre pdf pgsql posix \ pspell radius readline recode session shmop snmp \ sockets sybase_ct sysvmsg sysvsem sysvshm \ @@ -238,7 +238,7 @@ _USE_PHP_ALL= bcmath bz2 calendar ctype curl dba dbase \ # version specific components _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 \ +_USE_PHP_VER5= ${_USE_PHP_ALL} dom ming mysqli pdo simplexml soap sqlite \ tidy xmlreader xmlwriter xsl bcmath_DEPENDS= math/php${PHP_VER}-bcmath |