pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ocaml-opam



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Thu Jul 13 10:27:27 UTC 2017

Modified Files:
        pkgsrc/misc/ocaml-opam: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/ocaml-opam/Makefile

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

Modified files:

Index: pkgsrc/misc/ocaml-opam/Makefile
diff -u pkgsrc/misc/ocaml-opam/Makefile:1.13 pkgsrc/misc/ocaml-opam/Makefile:1.14
--- pkgsrc/misc/ocaml-opam/Makefile:1.13        Tue Jul 11 10:46:23 2017
+++ pkgsrc/misc/ocaml-opam/Makefile     Thu Jul 13 10:27:27 2017
@@ -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 @@ LICENSE=      gnu-lgpl-v3
 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