pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ocsigen-i18n



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jun  4 08:43:55 UTC 2022

Modified Files:
        pkgsrc/www/ocsigen-i18n: Makefile

Log Message:
ocsigen-i18n: add missing ppxlib dependency

Fixes build


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ocsigen-i18n/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ocsigen-i18n/Makefile
diff -u pkgsrc/www/ocsigen-i18n/Makefile:1.10 pkgsrc/www/ocsigen-i18n/Makefile:1.11
--- pkgsrc/www/ocsigen-i18n/Makefile:1.10       Fri Jun  3 12:46:25 2022
+++ pkgsrc/www/ocsigen-i18n/Makefile    Sat Jun  4 08:43:55 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/06/03 12:46:25 jaapb Exp $
+# $NetBSD: Makefile,v 1.11 2022/06/04 08:43:55 wiz Exp $
 
 GITHUB_PROJECT=        ocsigen-i18n
 DISTNAME=      ${GITHUB_PROJECT}-4.0.0
@@ -15,4 +15,5 @@ OCAML_USE_DUNE=               yes
 
 .include "../../lang/ocaml/ocaml.mk"
 .include "../../devel/ocaml-ppx_tools/buildlink3.mk"
+.include "../../devel/ocaml-ppxlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index