summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2019-05-29 21:23:54 +0000
committermef <mef@pkgsrc.org>2019-05-29 21:23:54 +0000
commit7b35d00eb03978d7cfb74d32e8bd2e8a57f749df (patch)
tree8098a4d16ad29935654e3473640e6bdabb2978b7 /time
parentab2b11b126bd1fdddf122f0d68cc49a6326b011c (diff)
downloadpkgsrc-7b35d00eb03978d7cfb74d32e8bd2e8a57f749df.tar.gz
(time/ocaml-time_now) USE_TOOLS+= bash instead of BUILD_DEPENDS, tks leot@
Diffstat (limited to 'time')
-rw-r--r--time/ocaml-time_now/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/ocaml-time_now/Makefile b/time/ocaml-time_now/Makefile
index 89a97de52de..29f87263014 100644
--- a/time/ocaml-time_now/Makefile
+++ b/time/ocaml-time_now/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/05/29 03:15:05 mef Exp $
+# $NetBSD: Makefile,v 1.3 2019/05/29 21:23:54 mef Exp $
GITHUB_PROJECT= time_now
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/janestreet/time_now/
COMMENT= Library that reports the current time
LICENSE= mit
-BUILD_DEPENDS+= bash-[0-9]*:../../shells/bash
+USE_TOOLS+= bash
OCAML_USE_DUNE= yes
.include "../../mk/ocaml.mk"