aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2012-10-09 15:32:44 +0800
committerale <ale@FreeBSD.org>2012-10-09 15:32:44 +0800
commite744283875644150bc1433bfa76f71bec1d906e1 (patch)
tree2a5d2db3538daff8212ffd118314c0bbc6ee9f9e /lang
parenta7b8c4ce6b2453757a3543d309b8a04596f04320 (diff)
downloadfreebsd-ports-gnome-e744283875644150bc1433bfa76f71bec1d906e1.tar.gz
freebsd-ports-gnome-e744283875644150bc1433bfa76f71bec1d906e1.tar.zst
freebsd-ports-gnome-e744283875644150bc1433bfa76f71bec1d906e1.zip
Fix typo in MYSQLND_DESC.
Submitted by: riccardo@torrini.org
Diffstat (limited to 'lang')
-rw-r--r--lang/php5/Makefile.ext6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index c5f29306adc6..1616ca129a99 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -195,14 +195,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"
@@ -252,7 +252,7 @@ USE_FIREBIRD= yes
OPTIONS_DEFINE= MYSQLND
OPTIONS_DEFAULT=MYSQLND
-MYSQLND_DESC= Use MySQL Native Driver"
+MYSQLND_DESC= Use MySQL Native Driver
USE_PHP= pdo
USE_PHP_BUILD= yes