summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2019-05-29 03:15:05 +0000
committermef <mef@pkgsrc.org>2019-05-29 03:15:05 +0000
commit49cc8844ce2caf91f739ed8120b3b71cf1c4b426 (patch)
tree0a21204c775e570d7309b3b83b918d063a1c8004 /time
parent700f4c9a0f706d8b0fe13b13aff87c2188d61b67 (diff)
downloadpkgsrc-49cc8844ce2caf91f739ed8120b3b71cf1c4b426.tar.gz
(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 (limited to 'time')
-rw-r--r--time/ocaml-time_now/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/time/ocaml-time_now/Makefile b/time/ocaml-time_now/Makefile
index ec1026b0d7b..89a97de52de 100644
--- a/time/ocaml-time_now/Makefile
+++ b/time/ocaml-time_now/Makefile
@@ -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 @@ HOMEPAGE= https://github.com/janestreet/time_now/
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"