Convert to USES=pgsql

This commit is contained in:
Baptiste Daroussin 2014-05-28 11:35:34 +00:00
parent c0e1e101f7
commit c621da4237
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355605

View file

@ -17,8 +17,7 @@ OPTIONS_DEFINE= DOCS
MAKE_ARGS= PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 docdir=${DOCSDIR}
USE_LDCONFIG= yes
USE_PGSQL= yes
USES= gmake
USES= gmake pgsql
DATADIR= ${PREFIX}/share/postgresql
DOCSDIR?= ${PREFIX}/share/doc/postgresql