diff options
Diffstat (limited to 'databases/timescaledb/Makefile')
-rw-r--r-- | databases/timescaledb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index 9d5a45328449..4ef2c5955fe3 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -11,7 +11,7 @@ COMMENT= Time-series database built on PostgreSQL LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE-APACHE -USES= compiler:c11 cmake:outsource pgsql:9.6,10,11 ssl +USES= compiler:c11 cmake pgsql:9.6,10,11 ssl USE_GITHUB= YES GH_ACCOUNT= timescale |