pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/js_of_ocaml



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Sat Jun 25 14:16:40 UTC 2016

Modified Files:
        pkgsrc/devel/js_of_ocaml: Makefile

Log Message:
Package uses ocamlbuild.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/js_of_ocaml/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/js_of_ocaml/Makefile
diff -u pkgsrc/devel/js_of_ocaml/Makefile:1.14 pkgsrc/devel/js_of_ocaml/Makefile:1.15
--- pkgsrc/devel/js_of_ocaml/Makefile:1.14      Mon Jun 20 14:01:42 2016
+++ pkgsrc/devel/js_of_ocaml/Makefile   Sat Jun 25 14:16:40 2016
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2016/06/20 14:01:42 jaapb Exp $
+# $NetBSD: Makefile,v 1.15 2016/06/25 14:16:40 jaapb Exp $
 #
 
 GITHUB_PROJECT=        js_of_ocaml
 DISTNAME=      ${GITHUB_PROJECT}-2.8
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocsigen/}
 
@@ -31,6 +32,7 @@ OCAML_USE_FINDLIB=    yes
 BUILDLINK_API_DEPENDS.ocaml-optcomp+=   ocaml-optcomp>=1.6
 .include "../../devel/ocaml-ppx_deriving/buildlink3.mk"
 .include "../../devel/ocaml-ppx_tools/buildlink3.mk"
+.include "../../devel/ocamlbuild/buildlink3.mk"
 .include "../../lang/camlp4/buildlink3.mk"
 .include "../../mk/ocaml.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index