1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- fix PDOPGSQ, PDOMYSQL ports option

PR:	170806
Submitted by:	Artis.Caune@gmail.com
Approved by:	maintainer, r.neese@gmail.com
This commit is contained in:
Jason Helfman 2012-08-21 05:36:48 +00:00
parent 5f777d902d
commit d4f5f8d932
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302844

View File

@ -45,13 +45,13 @@ PLIST_SUB+= ${opt}="@comment "
.endif
.endfor
.if ${PORT_OPTIONS:MPDOPGSQL)
.if ${PORT_OPTIONS:MPDOPGSQL}
USE_PGSQL= yes
USE_PHP+= pgsql pdo_pgsql
PLIST_SUB+= WITH_PDOPGSQL=""
.endif
.if ${PORT_OPTIONS:MPDOMYSQL)
.if ${PORT_OPTIONS:MPDOMYSQL}
USE_MYSQL= client
USE_PHP+= mysql pdo_mysql
PLIST_SUB+= WITH_PDOMYSQL=""