diff options
author | girgen <girgen@FreeBSD.org> | 2016-01-22 08:18:09 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2016-01-22 08:18:09 +0800 |
commit | 67965e20c24d99e1a9dc90e032ced6b130a2d69a (patch) | |
tree | 57bf311269c5b3404decc30627e525eea722fdf9 | |
parent | f5bb913ddca59fb63529de301f75d9812f5a3634 (diff) | |
download | freebsd-ports-gnome-67965e20c24d99e1a9dc90e032ced6b130a2d69a.tar.gz freebsd-ports-gnome-67965e20c24d99e1a9dc90e032ced6b130a2d69a.tar.zst freebsd-ports-gnome-67965e20c24d99e1a9dc90e032ced6b130a2d69a.zip |
pgbench has moved from contrib to base in 9.5
so we need something else to depend on for -contrib
-rw-r--r-- | Mk/Uses/pgsql.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/pgsql.mk b/Mk/Uses/pgsql.mk index 7a511051cd63..30e6db57d879 100644 --- a/Mk/Uses/pgsql.mk +++ b/Mk/Uses/pgsql.mk @@ -127,7 +127,7 @@ LIB_DEPENDS+= libpq.so.${PGSQL${PGSQL_VER_NODOT}_LIBVER}:${PORTSDIR}/databases/p _USE_PGSQL_DEP= client contrib docs pgtcl pltcl plperl server _USE_PGSQL_DEP_client= psql -_USE_PGSQL_DEP_contrib= pgbench +_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 |