pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/eliom



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Fri Jun  3 12:40:13 UTC 2022

Modified Files:
        pkgsrc/www/eliom: Makefile

Log Message:
Fixed dependencies for www/eliom

(added databases/ocsipersist)


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/eliom/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/eliom/Makefile
diff -u pkgsrc/www/eliom/Makefile:1.36 pkgsrc/www/eliom/Makefile:1.37
--- pkgsrc/www/eliom/Makefile:1.36      Tue May 24 18:59:36 2022
+++ pkgsrc/www/eliom/Makefile   Fri Jun  3 12:40:12 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2022/05/24 18:59:36 jaapb Exp $
+# $NetBSD: Makefile,v 1.37 2022/06/03 12:40:12 jaapb Exp $
 #
 
 GITHUB_PROJECT=        eliom
@@ -17,6 +17,7 @@ OCAML_USE_FINDLIB=    yes
 UNLIMIT_RESOURCES+=    stacksize
 
 DEPENDS+=      ocsigen>=5.0.0:../../www/ocsigen
+DEPENDS+=      ocsipersist>=1.0:../../databases/ocsipersist
 
 .include "../../lang/ocaml/ocaml.mk"
 



Home | Main Index | Thread Index | Old Index