pkgsrc-Users archive

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

textproc/ocaml-csv fails now



textproc/ocaml-csv
seems to need attached change,but
   devel/ocaml-lwt/buildlink3.mk"
is partly in the options.mk

I guess it is always necessary, am I correct ?
-- 
Makoto Fujiwara
mef%NetBSD.org@localhost
makoto%if.t.u-tokyo.ac.jp@localhost
Key fingerprint = 0BFA FAEB EAD1 90BA 7498  8F85 6809 9E0B B7EF A12E
----
pkgsrc freshness:
http://www.ki.nu/~makoto/pkgsrc/check-update/00_Summary.html
http://www.ki.nu/~makoto/pkgsrc/check-update/HEAD/00_Summary.html

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/ocaml-csv/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile	5 May 2022 12:00:47 -0000	1.25
+++ Makefile	18 May 2022 21:31:41 -0000
@@ -20,4 +20,7 @@
 
 .include "options.mk"
 .include "../../mk/ocaml.mk"
+.include "../../textproc/ocaml-uutf/buildlink3.mk"
+.include "../../devel/ocaml-lwt/buildlink3.mk"
+
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index