diff options
author | ale <ale@FreeBSD.org> | 2006-12-13 06:01:14 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-12-13 06:01:14 +0800 |
commit | 952255bb88b76fff730f427a96cd4e053198578f (patch) | |
tree | dfc4d005c027b776c47bed3f0df17e545be38612 /Mk/bsd.php.mk | |
parent | 7041917fcf9ce74c2dc6b09e73641f8c0ff64014 (diff) | |
download | freebsd-ports-gnome-952255bb88b76fff730f427a96cd4e053198578f.tar.gz freebsd-ports-gnome-952255bb88b76fff730f427a96cd4e053198578f.tar.zst freebsd-ports-gnome-952255bb88b76fff730f427a96cd4e053198578f.zip |
Remove expired php4-ming extension.
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 |