Convert to USES=pgsql

This commit is contained in:
Baptiste Daroussin 2014-05-07 23:37:53 +00:00
parent fd6141a367
commit 7af569c171
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353226
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
.endif
.if ${PORT_OPTIONS:MPGSQL}
USE_PGSQL= yes
USES+= pgsql
BUILD_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
.endif

View File

@ -72,7 +72,7 @@ CONFIGURE_ARGS+= --disable-mysql
PLIST_SUB+= MSM='@comment '
. endif
. if ${PORT_OPTIONS:MPGSQL}
USE_PGSQL= yes
USES+= pgsql
PLIST_SUB+= PGM=''
. else
CONFIGURE_ARGS+= --disable-postgres