Convert to USES=pgsql
This commit is contained in:
parent
c0e1e101f7
commit
c621da4237
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355605
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue