diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-20 23:04:13 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-20 23:04:13 +0000 |
commit | 24b3b2d538a965fab545ce56903fa740225d9ec5 (patch) | |
tree | 8e9060203a14da778ee65527743ed42ba3fc5ee0 /lang/php4-extensions | |
parent | d0c7dbe793d81d88a2773156ba8da37cb4ed366f (diff) | |
download | ports-24b3b2d538a965fab545ce56903fa740225d9ec5.tar.gz ports-24b3b2d538a965fab545ce56903fa740225d9ec5.zip |
Notes
Diffstat (limited to 'lang/php4-extensions')
-rw-r--r-- | lang/php4-extensions/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/php4-extensions/Makefile b/lang/php4-extensions/Makefile index 75c9b62f0c43..8d3b1ed040f3 100644 --- a/lang/php4-extensions/Makefile +++ b/lang/php4-extensions/Makefile @@ -72,8 +72,7 @@ OPTIONS= BCMATH "bc style precision math functions" off \ SHMOP "shmop support" off \ SNMP "SNMP support" off \ SOCKETS "sockets support" off \ - SYBASE "Sybase database support (DB-lib)" off \ - SYBASE_CT "Sybase database support (CT-lib)" off \ + SYBASE_CT "Sybase database support" off \ SYSVMSG "System V message support" off \ SYSVSEM "System V semaphore support" off \ SYSVSHM "System V shared memory support" off \ @@ -101,7 +100,7 @@ ALL_OPTIONS= BCMATH BZ2 CALENDAR CRACK CTYPE CURL DBA DBASE DBX DIO \ MCVE MHASH MIME_MAGIC MING MNOGOSEARCH MSSQL MYSQL NCURSES \ ODBC OPENSSL ORACLE OVERLOAD PANDA PCNTL PCRE PDF PGSQL POSIX \ PSPELL READLINE RECODE SESSION SHMOP SNMP SOCKETS \ - SYBASE SYBASE_CT SYSVMSG SYSVSEM SYSVSHM TOKENIZER \ + SYBASE_CT SYSVMSG SYSVSEM SYSVSHM TOKENIZER \ WDDX XML XMLRPC XSLT YAZ YP ZIP ZLIB SEL_OPTIONS= yes |