diff options
author | ale <ale@FreeBSD.org> | 2009-06-15 17:22:34 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-06-15 17:22:34 +0800 |
commit | 269b6a32a301b02da72a9665b462301fc747ab28 (patch) | |
tree | f2d80221fdc0f15db9b2044998a59c7257c77bff /Mk | |
parent | 97f3421755876435afdee74847ecbde8c121b542 (diff) | |
download | freebsd-ports-gnome-269b6a32a301b02da72a9665b462301fc747ab28.tar.gz freebsd-ports-gnome-269b6a32a301b02da72a9665b462301fc747ab28.tar.zst freebsd-ports-gnome-269b6a32a301b02da72a9665b462301fc747ab28.zip |
Remove mnogosearch extension.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.php.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index b0c2d5072b29..1451e1c0fb9a 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -244,7 +244,7 @@ _USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba dbase \ tokenizer wddx xml xmlrpc yaz zip zlib # version specific components _USE_PHP_VER4= ${_USE_PHP_ALL} crack dbx dio domxml filepro mcal mcve \ - mnogosearch oracle overload pfpro xslt yp + oracle overload pfpro xslt yp _USE_PHP_VER5= ${_USE_PHP_ALL} dom filter ming mysqli oci8 pdo \ pdo_mysql pdo_sqlite \ simplexml soap spl sqlite tidy xmlreader xmlwriter xsl @@ -283,7 +283,6 @@ mcve_DEPENDS= devel/php${PHP_VER}-mcve memcache_DEPENDS= databases/pecl-memcache mhash_DEPENDS= security/php${PHP_VER}-mhash ming_DEPENDS= graphics/php${PHP_VER}-ming -mnogosearch_DEPENDS= www/php${PHP_VER}-mnogosearch mssql_DEPENDS= databases/php${PHP_VER}-mssql mysql_DEPENDS= databases/php${PHP_VER}-mysql mysqli_DEPENDS= databases/php${PHP_VER}-mysqli |