pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-fmt



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Mar 12 17:53:44 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-fmt/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-fmt/Makefile
diff -u pkgsrc/devel/ocaml-fmt/Makefile:1.1 pkgsrc/devel/ocaml-fmt/Makefile:1.2
--- pkgsrc/devel/ocaml-fmt/Makefile:1.1 Tue Mar 12 17:41:27 2019
+++ pkgsrc/devel/ocaml-fmt/Makefile     Tue Mar 12 17:53:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/03/12 17:41:27 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2019/03/12 17:53:44 jaapb Exp $
 
 DISTNAME=      fmt-0.8.5
 PKGNAME=       ocaml-${DISTNAME}
@@ -16,6 +16,7 @@ USE_LANGUAGES=        # none
 OCAML_USE_TOPKG=       yes
 OCAML_USE_OPAM=        yes
 
+.include "../../devel/ocamlbuild/buildlink3.mk"
 .include "../../devel/ocaml-cmdliner/buildlink3.mk"
 .include "../../devel/ocaml-result/buildlink3.mk"
 .include "../../textproc/ocaml-uchar/buildlink3.mk"



Home | Main Index | Thread Index | Old Index