Date: Tue, 9 Oct 2012 07:32:44 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305571 - head/lang/php5 Message-ID: <201210090732.q997WiCQ062296@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Tue Oct 9 07:32:44 2012 New Revision: 305571 URL: http://svn.freebsd.org/changeset/ports/305571 Log: Fix typo in MYSQLND_DESC. Submitted by: riccardo@torrini.org Modified: head/lang/php5/Makefile.ext Modified: head/lang/php5/Makefile.ext ============================================================================== --- head/lang/php5/Makefile.ext Tue Oct 9 07:17:09 2012 (r305570) +++ head/lang/php5/Makefile.ext Tue Oct 9 07:32:44 2012 (r305571) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210090732.q997WiCQ062296>