aboutsummaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2011-01-11 20:35:46 +0000
committerAlex Dupre <ale@FreeBSD.org>2011-01-11 20:35:46 +0000
commit7c8462bb919526ea0892d90ad0eaa89a6dc94325 (patch)
treed1e42f09f21a0b286e1357753d0292757f9515a4 /lang/php53
parent99b9c53884f0f76891a3eac94f83e9d17d972d3b (diff)
downloadports-7c8462bb919526ea0892d90ad0eaa89a6dc94325.tar.gz
ports-7c8462bb919526ea0892d90ad0eaa89a6dc94325.zip
Notes
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile.ext6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index 775eb2fdd504..bb2b685c241f 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -186,11 +186,11 @@ CONFIGURE_ARGS+=--with-mssql=${LOCALBASE}
.endif
.if ${PHP_MODNAME} == "mysql"
-OPTIONS= MYSQLND "Use MySQL Native Driver" off
+OPTIONS= MYSQLND "Use MySQL Native Driver" on
.endif
.if ${PHP_MODNAME} == "mysqli"
-OPTIONS= MYSQLND "Use MySQL Native Driver" off
+OPTIONS= MYSQLND "Use MySQL Native Driver" on
.endif
.if ${PHP_MODNAME} == "odbc"
@@ -233,7 +233,7 @@ USE_FIREBIRD= yes
.endif
.if ${PHP_MODNAME} == "pdo_mysql"
-OPTIONS= MYSQLND "Use MySQL Native Driver" off
+OPTIONS= MYSQLND "Use MySQL Native Driver" on
USE_PHP= pdo
USE_PHP_BUILD= yes