summaryrefslogtreecommitdiff
path: root/Mk/bsd.php.mk
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-12-12 22:01:14 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-12-12 22:01:14 +0000
commitbd70061f96f2e7caef24d1bfe88b334539a13229 (patch)
treead3f2163d9927ac94c131b56318b9712268b1646 /Mk/bsd.php.mk
parentRemove expired ming and panda extensions. (diff)
Remove expired php4-ming extension.
Notes
Notes: svn path=/head/; revision=179616
Diffstat (limited to 'Mk/bsd.php.mk')
-rw-r--r--Mk/bsd.php.mk4
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