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 e9443c5209fa..c7edf8547588 100644 --- a/databases/pg_citus/Makefile +++ b/databases/pg_citus/Makefile @@ -12,7 +12,7 @@ COMMENT= Horizontally scale Postgresql using sharding and replication LICENSE= AGPLv3 -USES= gmake pgsql:10+ autoreconf readline +USES= compiler:c11 gmake pgsql:10+ autoreconf readline WANT_PGSQL= lib server GNU_CONFIGURE= yes |