- remove dead code from Makefile
PR: ports/172074 Submitted by: ohauer Approved by: Richard E Neese <r.neese@gmail.com> (maintainer)
This commit is contained in:
parent
8a006ded2a
commit
1d3c0606fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304874
@ -37,14 +37,6 @@ PDOMYSQL_DESC= Install MySQL PDO Connector
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.for opt in ${ALL_OPTIONS}
|
||||
.if ${PORT_OPTIONS:M${opt}}
|
||||
PLIST_SUB+= ${opt}=""
|
||||
.else
|
||||
PLIST_SUB+= ${opt}="@comment "
|
||||
.endif
|
||||
.endfor
|
||||
|
||||
.if ${PORT_OPTIONS:MPDOPGSQL}
|
||||
USE_PGSQL= yes
|
||||
USE_PHP+= pgsql pdo_pgsql
|
||||
|
Loading…
Reference in New Issue
Block a user