diff options
-rw-r--r-- | Mk/bsd.database.mk | 2 | ||||
-rw-r--r-- | databases/Makefile | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk index fc32abf4e359..d84cef0b9fd7 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 pgtcl plperl pltcl server +_USE_PGSQL_DEP= contrib docs pltcl plperl server _USE_PGSQL_DEP_contrib= pgbench _USE_PGSQL_DEP_docs= postgresql-docs>0 _USE_PGSQL_DEP_pgtcl= ${LOCALBASE}/lib/pgtcl/pkgIndex.tcl diff --git a/databases/Makefile b/databases/Makefile index 97d3e304e1f0..ca485c77a700 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -649,21 +649,18 @@ SUBDIR += postgresql90-client SUBDIR += postgresql90-contrib SUBDIR += postgresql90-docs - SUBDIR += postgresql90-pgtcl SUBDIR += postgresql90-plperl SUBDIR += postgresql90-pltcl SUBDIR += postgresql90-server SUBDIR += postgresql91-client SUBDIR += postgresql91-contrib SUBDIR += postgresql91-docs - SUBDIR += postgresql91-pgtcl SUBDIR += postgresql91-plperl SUBDIR += postgresql91-pltcl SUBDIR += postgresql91-server SUBDIR += postgresql92-client SUBDIR += postgresql92-contrib SUBDIR += postgresql92-docs - SUBDIR += postgresql92-pgtcl SUBDIR += postgresql92-plperl SUBDIR += postgresql92-pltcl SUBDIR += postgresql92-server |