diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-07-18 07:40:41 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-07-18 07:40:41 +0000 |
commit | d87aab5edd53cb273210bb134c9ff0f4cc9f72c6 (patch) | |
tree | 54437cabd484e122238bbdc1954080000d93adff /lang | |
parent | 9a1bd24f7833c9ccc94130700b3fa0544a3bf332 (diff) | |
download | ports-d87aab5edd53cb273210bb134c9ff0f4cc9f72c6.tar.gz ports-d87aab5edd53cb273210bb134c9ff0f4cc9f72c6.zip |
- fix a typo which results in php53-pdo_mysql to always set USE_MYSQL
- bump PORTREVISION of php53-pdo_mysql
PR: ports/169959
Submitted by: Alexey Markov <redrat@mail.ru>
Notes
Notes:
svn path=/head/; revision=301070
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php53/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 08756ecc7a32..3a3c4e73f7f1 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -591,7 +591,7 @@ CONFIGURE_ARGS+=--with-pdo-odbc=unixODBC,${LOCALBASE} .endif .if ${PHP_MODNAME} == "pdo_mysql" -. if ${PORT_OPTIONS:MYSQLND} +. if ${PORT_OPTIONS:MMYSQLND} CONFIGURE_ARGS+=--with-pdo-mysql=mysqlnd USE_PHP+= mysql |