pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/ocaml-time_now



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed May 29 21:23:54 UTC 2019

Modified Files:
        pkgsrc/time/ocaml-time_now: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/ocaml-time_now/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/ocaml-time_now/Makefile
diff -u pkgsrc/time/ocaml-time_now/Makefile:1.2 pkgsrc/time/ocaml-time_now/Makefile:1.3
--- pkgsrc/time/ocaml-time_now/Makefile:1.2     Wed May 29 03:15:05 2019
+++ pkgsrc/time/ocaml-time_now/Makefile Wed May 29 21:23:54 2019
@@ -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/
 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