pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql-timescaledb (databases/postgresql...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/030027ec95e1
branches:  trunk
changeset: 440516:030027ec95e1
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Oct 10 11:20:10 2020 +0000

description:
(databases/postgresql-timescaledb) USE_TOOLS+= bash

diffstat:

 databases/postgresql-timescaledb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 62fc29509f84 -r 030027ec95e1 databases/postgresql-timescaledb/Makefile
--- a/databases/postgresql-timescaledb/Makefile Sat Oct 10 10:01:47 2020 +0000
+++ b/databases/postgresql-timescaledb/Makefile Sat Oct 10 11:20:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/10/09 08:28:05 otis Exp $
+# $NetBSD: Makefile,v 1.2 2020/10/10 11:20:10 mef Exp $
 
 GITHUB_PROJECT=        timescaledb
 DISTNAME=      timescaledb-1.7.4
@@ -13,7 +13,7 @@
 
 DEPENDS+=      postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
 
-USE_TOOLS+=    cmake gmake
+USE_TOOLS+=    cmake gmake bash
 
 CONFIGURE_ARGS+=       -DUSE_OPENSSL=0
 CONFIGURE_ARGS+=       -DREGRESS_CHECKS=OFF



Home | Main Index | Thread Index | Old Index