Skip to content

Commit

Permalink
Framework: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: HardenedBSD
  • Loading branch information
fichtner committed Dec 21, 2018
1 parent 2fc40da commit 611b8e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Mk/Uses/pgsql.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Maintainer can set version required. Minimum and maximum
# versions can be specified; e.g. 9.0-, 9.2+
#
# WANT_PGSQL= server[:fetch] pltcl plperl
# WANT_PGSQL= server[:fetch] plperl plpython pltcl
#
# Add PostgreSQL component dependency, using
# WANT_PGSQL= component[:target].
Expand Down Expand Up @@ -132,12 +132,13 @@ IGNORE?= cannot install: does not work with postgresql${PGSQL_VER_NODOT}-client
LIB_DEPENDS+= libpq.so.${PGSQL${PGSQL_VER_NODOT}_LIBVER}:databases/postgresql${PGSQL_VER_NODOT}-client
.endif

_USE_PGSQL_DEP= client contrib docs pgtcl pltcl plperl server
_USE_PGSQL_DEP= client contrib docs pgtcl plperl plpython pltcl server
_USE_PGSQL_DEP_client= psql
_USE_PGSQL_DEP_contrib= vacuumlo
_USE_PGSQL_DEP_docs= postgresql${PGSQL_VER_NODOT}-docs>0
_USE_PGSQL_DEP_pgtcl= ${LOCALBASE}/lib/pgtcl/pkgIndex.tcl
_USE_PGSQL_DEP_plperl= postgresql${PGSQL_VER_NODOT}-plperl>0
_USE_PGSQL_DEP_plpython=postgresql${PGSQL_VER_NODOT}-plpython>0
_USE_PGSQL_DEP_pltcl= postgresql${PGSQL_VER_NODOT}-pltcl>0
_USE_PGSQL_DEP_server= postgres
. if defined(WANT_PGSQL)
Expand Down

0 comments on commit 611b8e8

Please sign in to comment.