diff options
-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 |