pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ocaml-opam Added bash to USE_TOOLS. Thanks to joe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40f53c7ad028
branches:  trunk
changeset: 365285:40f53c7ad028
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Thu Jul 13 10:27:27 2017 +0000

description:
Added bash to USE_TOOLS. Thanks to joerg@ for pointing out that it's
needed.

diffstat:

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

diffs (18 lines):

diff -r 92e520101fb7 -r 40f53c7ad028 misc/ocaml-opam/Makefile
--- a/misc/ocaml-opam/Makefile  Thu Jul 13 08:51:31 2017 +0000
+++ b/misc/ocaml-opam/Makefile  Thu Jul 13 10:27:27 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/07/11 10:46:23 jaapb Exp $
+# $NetBSD: Makefile,v 1.14 2017/07/13 10:27:27 jaapb Exp $
 
 VERSION=       2.0.0_beta3
 GITHUB_PROJECT=        opam
@@ -15,7 +15,7 @@
 MAKE_JOBS_SAFE=        no
 
 HAS_CONFIGURE= yes
-USE_TOOLS+=    gawk gmake
+USE_TOOLS+=    bash gawk gmake
 
 CONFIGURE_ARGS+=       --prefix=${PREFIX} --mandir=${PREFIX}/${PKGMANDIR}
 



Home | Main Index | Thread Index | Old Index