diff options
author | matthew <matthew@FreeBSD.org> | 2016-10-04 17:35:20 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2016-10-04 17:35:20 +0800 |
commit | 9c189d605ce7a62b92aa5c0be6cebcdc2e8a4896 (patch) | |
tree | 151d70e2f367eec1827045d92a17eee2c921a386 /databases/pg_citus | |
parent | 54de0b532f10856ce27950a5199b6f0e6d14092d (diff) | |
download | freebsd-ports-graphics-9c189d605ce7a62b92aa5c0be6cebcdc2e8a4896.tar.gz freebsd-ports-graphics-9c189d605ce7a62b92aa5c0be6cebcdc2e8a4896.tar.zst freebsd-ports-graphics-9c189d605ce7a62b92aa5c0be6cebcdc2e8a4896.zip |
pg_citus is not compatible with postgresql 9.6.0 -- only 9.5.x works.
For now.
Diffstat (limited to 'databases/pg_citus')
-rw-r--r-- | databases/pg_citus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pg_citus/Makefile b/databases/pg_citus/Makefile index ed780cfeafc..1475e768cfd 100644 --- a/databases/pg_citus/Makefile +++ b/databases/pg_citus/Makefile @@ -15,7 +15,7 @@ LICENSE= AGPLv3 USE_GITHUB= yes GH_ACCOUNT= citusdata -USES= gmake pgsql:9.5+ autoreconf readline +USES= gmake pgsql:9.5 autoreconf readline WANT_PGSQL= lib server GNU_CONFIGURE= yes |