diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-01-11 20:35:46 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-01-11 20:35:46 +0000 |
commit | 7c8462bb919526ea0892d90ad0eaa89a6dc94325 (patch) | |
tree | d1e42f09f21a0b286e1357753d0292757f9515a4 /lang/php53 | |
parent | 99b9c53884f0f76891a3eac94f83e9d17d972d3b (diff) | |
download | ports-7c8462bb919526ea0892d90ad0eaa89a6dc94325.tar.gz ports-7c8462bb919526ea0892d90ad0eaa89a6dc94325.zip |
Notes
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 6 |
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 |