Convert to USES=pgsql

This commit is contained in:
Baptiste Daroussin 2014-10-08 20:58:32 +00:00
parent 54bbf6e59c
commit 12d0fc35c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370484

View file

@ -37,7 +37,7 @@ USE_PHP+= mysql
.endif
.if ${PORT_OPTIONS:MPGSQL}
USE_PGSQL= yes
USES+= pgsql
USE_PHP+= pgsql
.endif