diff options
author | flo <flo@FreeBSD.org> | 2012-10-10 19:47:32 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-10-10 19:47:32 +0800 |
commit | 80d0be12069e54a87b2debc795352e2794ac914d (patch) | |
tree | 84d21ea72d1a85adbefa19c6075ce345514d47b1 /lang/php53 | |
parent | 12704d49338525a59ac7deb6c90a1251ff3ec05b (diff) | |
download | freebsd-ports-gnome-80d0be12069e54a87b2debc795352e2794ac914d.tar.gz freebsd-ports-gnome-80d0be12069e54a87b2debc795352e2794ac914d.tar.zst freebsd-ports-gnome-80d0be12069e54a87b2debc795352e2794ac914d.zip |
remove trainling " from MYSQLND_DESC
Submitted by: Riccardo Torrini <riccardo@torrini.org>
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index e4fdc923b9fa..5ab590dc81ae 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -191,14 +191,14 @@ CONFIGURE_ARGS+=--with-mssql=${LOCALBASE} OPTIONS_DEFINE= MYSQLND OPTIONS_DEFAULT= MYSQLND -MYSQLND_DESC= Use MySQL Native Driver" +MYSQLND_DESC= Use MySQL Native Driver .endif .if ${PHP_MODNAME} == "mysqli" OPTIONS_DEFINE= MYSQLND OPTIONS_DEFAULT= MYSQLND -MYSQLND_DESC= Use MySQL Native Driver" +MYSQLND_DESC= Use MySQL Native Driver .endif .if ${PHP_MODNAME} == "odbc" |