diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-04-11 07:53:19 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-04-11 07:53:19 +0000 |
commit | 2288ee2ec6af401765f502f3c1f335b7914315f4 (patch) | |
tree | f3fbeaccc0b8deee60a876f8d893eba5064178e6 /www/codeigniter | |
parent | 40fbdcdd73ca8833c31a8316619a7feaf7758ace (diff) |
Notes
Diffstat (limited to 'www/codeigniter')
-rw-r--r-- | www/codeigniter/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/www/codeigniter/Makefile b/www/codeigniter/Makefile index bac45549d9e9..2d78d7c1ffee 100644 --- a/www/codeigniter/Makefile +++ b/www/codeigniter/Makefile @@ -60,7 +60,6 @@ OPTIONS= APACHE "Configure for Apache-2.x" off \ MSSQL "Install MSSQL support for PHP" Off \ MYSQL "Install MySQL support for PHP" Off \ MYSQLI "Install MySQLi support for PHP" Off \ - OCI8 "Install OCI8 support for PHP" Off \ ODBC "Install ODBC support for PHP" Off \ PGSQL "Install PostgreSQL support for PHP" Off \ SQLITE "Install SQLite support for PHP" Off @@ -113,10 +112,6 @@ USE_PHP+= mysql USE_PHP+= mysqli .endif -.if defined(WITH_OCI8) -USE_PHP+= oci8 -.endif - .if defined(WITH_ODBC) USE_PHP+= odbc .endif |