Correct CONFIGURE_ARGS for PGSQL case

Submitted by:	mi (based on)
This commit is contained in:
Chris Rees 2014-11-19 21:22:46 +00:00
parent 2aa626c803
commit e68af7b5ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372821

View File

@ -39,7 +39,7 @@ CONFIGURE_ARGS= --sysconfdir=${ETCDIR} \
SUB_FILES+= pkg-message
PGSQL_USES= pgsql
PGSQL_CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE}
PGSQL_CONFIGURE_WITH= pgsql=${LOCALBASE}
.include <bsd.port.options.mk>