diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-06-15 09:22:34 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-06-15 09:22:34 +0000 |
commit | 22720b89786147399006559c444c6248948a02ae (patch) | |
tree | 43d5def2f5961571ac6886f4facfb62bf22605e2 /lang/php4-extensions | |
parent | 9748c392b294c3031964df9ea4a531134726f2db (diff) | |
download | ports-22720b89786147399006559c444c6248948a02ae.tar.gz ports-22720b89786147399006559c444c6248948a02ae.zip |
Notes
Diffstat (limited to 'lang/php4-extensions')
-rw-r--r-- | lang/php4-extensions/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php4-extensions/Makefile b/lang/php4-extensions/Makefile index b9d0e6887759..a7af142739c6 100644 --- a/lang/php4-extensions/Makefile +++ b/lang/php4-extensions/Makefile @@ -60,7 +60,6 @@ OPTIONS= BCMATH "bc style precision math functions" off \ MCRYPT "Encryption support" off \ MCVE "MCVE support" off \ MHASH "Crypto-hashing support" off \ - MNOGOSEARCH "mnoGoSearch support" off \ MSSQL "MS-SQL database support" off \ MYSQL "MySQL database support" on \ NCURSES "ncurses support (CLI only)" off \ @@ -106,7 +105,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options ALL_OPTIONS= BCMATH BZ2 CALENDAR CRACK CTYPE CURL DBA DBASE DBX DIO \ DOMXML EXIF FILEINFO FILEPRO FRIBIDI FTP GD GETTEXT \ GMP ICONV IMAP INTERBASE LDAP MBSTRING MCAL MCRYPT \ - MCVE MHASH MIME_MAGIC MNOGOSEARCH MSSQL MYSQL NCURSES \ + MCVE MHASH MIME_MAGIC MSSQL MYSQL NCURSES \ ODBC OPENSSL ORACLE OVERLOAD PCNTL PCRE PDF PFPRO \ PGSQL POSIX PSPELL READLINE RECODE SESSION SHMOP SNMP SOCKETS \ SYBASE_CT SYSVMSG SYSVSEM SYSVSHM TOKENIZER \ |