diff options
author | crees <crees@FreeBSD.org> | 2012-10-25 04:46:48 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-10-25 04:46:48 +0800 |
commit | c1e09f4472b2fe443eec0067b96abdba92f946ff (patch) | |
tree | 7e231b1ecff4af475ef63c2d4599be3413a4ef8a /Mk/bsd.database.mk | |
parent | 5a2dd8e461607e1c8ebd26d712e6874606f0ad37 (diff) | |
download | freebsd-ports-gnome-c1e09f4472b2fe443eec0067b96abdba92f946ff.tar.gz freebsd-ports-gnome-c1e09f4472b2fe443eec0067b96abdba92f946ff.tar.zst freebsd-ports-gnome-c1e09f4472b2fe443eec0067b96abdba92f946ff.zip |
Add versioned slaves for databases/pgtcl; there are now packages built for
all postgresql9 versions.
Feature safe: yes
Diffstat (limited to 'Mk/bsd.database.mk')
-rw-r--r-- | Mk/bsd.database.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk index c51d522e8800..f45a92796d77 100644 --- a/Mk/bsd.database.mk +++ b/Mk/bsd.database.mk @@ -240,7 +240,7 @@ IGNORE?= cannot install: does not work with postgresql${PGSQL_VER}-client (Post LIB_DEPENDS+= pq.${PGSQL${PGSQL_VER}_LIBVER}:${PORTSDIR}/databases/postgresql${PGSQL_VER}-client -_USE_PGSQL_DEP= contrib docs pltcl plperl server +_USE_PGSQL_DEP= contrib docs pgtcl plperl pltcl server _USE_PGSQL_DEP_contrib= pgbench _USE_PGSQL_DEP_docs= postgresql-docs>0 _USE_PGSQL_DEP_pltcl= postgresql-pltcl>0 |