pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Mar 12 18:42:47 UTC 2019

Modified Files:
        pkgsrc/devel: Makefile

Log Message:
Added ppx_assert to Makefile SUBDIRs


To generate a diff of this commit:
cvs rdiff -u -r1.2797 -r1.2798 pkgsrc/devel/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/Makefile
diff -u pkgsrc/devel/Makefile:1.2797 pkgsrc/devel/Makefile:1.2798
--- pkgsrc/devel/Makefile:1.2797        Tue Mar 12 18:39:43 2019
+++ pkgsrc/devel/Makefile       Tue Mar 12 18:42:47 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2797 2019/03/12 18:39:43 jaapb Exp $
+# $NetBSD: Makefile,v 1.2798 2019/03/12 18:42:47 jaapb Exp $
 #
 
 COMMENT=       Development utilities
@@ -825,6 +825,7 @@ SUBDIR+=    ocaml-oasis
 SUBDIR+=       ocaml-optcomp
 SUBDIR+=       ocaml-optint
 SUBDIR+=       ocaml-parsexp
+SUBDIR+=       ocaml-ppx_assert
 SUBDIR+=       ocaml-ppx_base
 SUBDIR+=       ocaml-ppx_compare
 SUBDIR+=       ocaml-ppx_derivers



Home | Main Index | Thread Index | Old Index