pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-ppx_tools



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Aug  1 20:31:47 UTC 2019

Modified Files:
        pkgsrc/devel/ocaml-ppx_tools: Makefile

Log Message:
ocaml-ppx_tools: ocaml-4.08.0 does not exist.


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

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

Modified files:

Index: pkgsrc/devel/ocaml-ppx_tools/Makefile
diff -u pkgsrc/devel/ocaml-ppx_tools/Makefile:1.13 pkgsrc/devel/ocaml-ppx_tools/Makefile:1.14
--- pkgsrc/devel/ocaml-ppx_tools/Makefile:1.13  Wed Jul 31 09:13:50 2019
+++ pkgsrc/devel/ocaml-ppx_tools/Makefile       Thu Aug  1 20:31:47 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/07/31 09:13:50 jaapb Exp $
+# $NetBSD: Makefile,v 1.14 2019/08/01 20:31:47 jperkin Exp $
 
 VERSION=       5.3
 GITHUB_PROJECT=        ppx_tools
@@ -20,7 +20,7 @@ OCAML_USE_FINDLIB=    yes
 
 MAKE_JOBS_SAFE=        no
 
-BUILDLINK_API_DEPENDS.ocaml+=   ocaml>=4.08.0 # this really needs 4.08
+#BUILDLINK_API_DEPENDS.ocaml+=   ocaml>=4.08.0 # this really needs 4.08
 
 .include "../../mk/ocaml.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index