diff options
-rw-r--r-- | databases/pglogical/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pglogical/Makefile b/databases/pglogical/Makefile index b184c5a3a7a6..29b2f2dc91a3 100644 --- a/databases/pglogical/Makefile +++ b/databases/pglogical/Makefile @@ -12,7 +12,7 @@ COMMENT= Logical replication system as a PostgreSQL extension LICENSE= PostgreSQL -USES= gettext-runtime gmake pgsql:9.4+ +USES= compiler:c11 gettext-runtime gmake pgsql:9.4+ USE_GITHUB= yes GH_ACCOUNT= 2ndQuadrant |