pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/ocaml-time_now (time/ocaml-time_now) Add BUILD_DE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/df8b0d13ce08
branches: trunk
changeset: 334476:df8b0d13ce08
user: mef <mef%pkgsrc.org@localhost>
date: Wed May 29 03:15:05 2019 +0000
description:
(time/ocaml-time_now) Add BUILD_DEPENDS+= bash to fix following problem
===> Building for ocaml-time_now-0.12.0
I need bash to interpret (bash ...) actions but I couldn't find it :(
*** Error code 1
diffstat:
time/ocaml-time_now/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r bf00b47e037b -r df8b0d13ce08 time/ocaml-time_now/Makefile
--- a/time/ocaml-time_now/Makefile Tue May 28 20:43:18 2019 +0000
+++ b/time/ocaml-time_now/Makefile Wed May 29 03:15:05 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/03/13 11:50:24 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2019/05/29 03:15:05 mef Exp $
GITHUB_PROJECT= time_now
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -12,6 +12,8 @@
COMMENT= Library that reports the current time
LICENSE= mit
+BUILD_DEPENDS+= bash-[0-9]*:../../shells/bash
+
OCAML_USE_DUNE= yes
.include "../../mk/ocaml.mk"
.include "../../devel/ocaml-base/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index