Convert to USES=pgsql
This commit is contained in:
parent
fd6141a367
commit
7af569c171
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353226
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user