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) USE_TOOLS+= ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81f1aeeb3ea7
branches:  trunk
changeset: 334526:81f1aeeb3ea7
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed May 29 21:23:54 2019 +0000

description:
(time/ocaml-time_now) USE_TOOLS+= bash instead of BUILD_DEPENDS, tks leot@

diffstat:

 time/ocaml-time_now/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c59fde280943 -r 81f1aeeb3ea7 time/ocaml-time_now/Makefile
--- a/time/ocaml-time_now/Makefile      Wed May 29 21:12:12 2019 +0000
+++ b/time/ocaml-time_now/Makefile      Wed May 29 21:23:54 2019 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index