pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-ppx_expect



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed Mar 13 11:21:33 UTC 2019

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

Log Message:
Added missing dependency to devel/ocaml-ppx_expect


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-ppx_expect/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_expect/Makefile
diff -u pkgsrc/devel/ocaml-ppx_expect/Makefile:1.1 pkgsrc/devel/ocaml-ppx_expect/Makefile:1.2
--- pkgsrc/devel/ocaml-ppx_expect/Makefile:1.1  Wed Mar 13 11:19:15 2019
+++ pkgsrc/devel/ocaml-ppx_expect/Makefile      Wed Mar 13 11:21:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/03/13 11:19:15 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2019/03/13 11:21:33 jaapb Exp $
 
 GITHUB_PROJECT=        ppx_expect
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -27,4 +27,5 @@ OCAML_USE_DUNE=       yes
 .include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk"
 .include "../../devel/ocaml-ppx_variants_conv/buildlink3.mk"
 .include "../../devel/ocaml-ppxlib/buildlink3.mk"
+.include "../../devel/ocaml-re/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index