1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- 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:
Olli Hauer 2012-09-26 04:39:30 +00:00
parent 8a006ded2a
commit 1d3c0606fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304874

View File

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