mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +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:
parent
5f777d902d
commit
d4f5f8d932
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302844
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user