diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-12-12 21:59:26 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-12-12 21:59:26 +0000 |
commit | 213262a3b86a184f3a05d6427935ff764f75bdd0 (patch) | |
tree | b52d89ff8aeda95c27fec8e38bb220b57725c7c6 /lang/php4-extensions | |
parent | e67794793643e356d69fec9e3146a8b9bff8d064 (diff) |
Notes
Diffstat (limited to 'lang/php4-extensions')
-rw-r--r-- | lang/php4-extensions/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/php4-extensions/Makefile b/lang/php4-extensions/Makefile index 6730e5d2380d..b9d0e6887759 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 \ - MING "ming shockwave flash support" off \ MNOGOSEARCH "mnoGoSearch support" off \ MSSQL "MS-SQL database support" off \ MYSQL "MySQL database support" on \ @@ -69,7 +68,6 @@ OPTIONS= BCMATH "bc style precision math functions" off \ OPENSSL "OpenSSL support" off \ ORACLE "Oracle support" off \ OVERLOAD "user-space object overloading support" on \ - PANDA "panda support" off \ PCNTL "pcntl support (CLI only)" off \ PCRE "Perl Compatible Regular Expression support" on \ PDF "PDFlib support (implies GD)" off \ @@ -108,8 +106,8 @@ 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 MING MNOGOSEARCH MSSQL MYSQL NCURSES \ - ODBC OPENSSL ORACLE OVERLOAD PANDA PCNTL PCRE PDF PFPRO \ + MCVE MHASH MIME_MAGIC MNOGOSEARCH 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 \ WDDX XML XMLRPC XSLT YAZ YP ZIP ZLIB |