pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ocaml-ppx_deriving
Module Name: pkgsrc
Committed By: jaapb
Date: Tue Mar 5 17:27:22 UTC 2019
Modified Files:
pkgsrc/devel/ocaml-ppx_deriving: Makefile
Log Message:
Updated package Makefile for devel/ocaml-ppx_deriving
Replaced a DEPENDS= by a buildlink3.mk include. No upstream changes.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ocaml-ppx_deriving/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_deriving/Makefile
diff -u pkgsrc/devel/ocaml-ppx_deriving/Makefile:1.15 pkgsrc/devel/ocaml-ppx_deriving/Makefile:1.16
--- pkgsrc/devel/ocaml-ppx_deriving/Makefile:1.15 Mon Nov 12 16:10:21 2018
+++ pkgsrc/devel/ocaml-ppx_deriving/Makefile Tue Mar 5 17:27:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2018/11/12 16:10:21 jaapb Exp $
+# $NetBSD: Makefile,v 1.16 2019/03/05 17:27:22 jaapb Exp $
GITHUB_PROJECT= ppx_deriving
DISTNAME= ${GITHUB_PROJECT}-4.2.1
@@ -13,8 +13,6 @@ HOMEPAGE= https://github.com/ocaml-ppx/p
COMMENT= Type-driven code generation for OCaml
LICENSE= mit
-DEPENDS+= ocaml-ppx_tools-[0-9]*:../../devel/ocaml-ppx_tools
-
USE_LANGUAGES= c
USE_TOOLS+= gmake
OCAML_USE_FINDLIB= yes
@@ -24,6 +22,7 @@ BUILD_TARGET= build
.include "../../devel/ocaml-cppo/buildlink3.mk"
.include "../../devel/ocaml-migrate-parsetree/buildlink3.mk"
.include "../../devel/ocaml-ppx_derivers/buildlink3.mk"
+.include "../../devel/ocaml-ppx_tools/buildlink3.mk"
.include "../../devel/ocaml-result/buildlink3.mk"
.include "../../devel/ocamlbuild/buildlink3.mk"
.include "../../mk/ocaml.mk"
Home |
Main Index |
Thread Index |
Old Index