1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- 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>
This commit is contained in:
Florian Smeets 2012-07-18 07:40:41 +00:00
parent 9a1bd24f78
commit d87aab5edd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301070
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@
# $FreeBSD$
#
PORTREVISION= 1
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php53

View File

@ -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