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:   dholland
Date:           Sun Sep 18 07:16:19 UTC 2016

Modified Files:
        pkgsrc/www/eliom: Makefile

Log Message:
Needs ocamlbuild.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/www/eliom/Makefile:1.14
--- pkgsrc/www/eliom/Makefile:1.13      Thu May  5 11:45:42 2016
+++ pkgsrc/www/eliom/Makefile   Sun Sep 18 07:16:19 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/05/05 11:45:42 jaapb Exp $
+# $NetBSD: Makefile,v 1.14 2016/09/18 07:16:19 dholland Exp $
 #
 
 GITHUB_PROJECT=        eliom
@@ -34,6 +34,7 @@ BUILD_TARGET= byte
 do-install:
        cd ${WRKSRC} && opam-installer --install --prefix ${DESTDIR}${PREFIX} --libdir ${DESTDIR}${PREFIX}/${OCAML_SITELIBDIR} --docdir ${DESTDIR}${PREFIX}/share/doc eliom.install
 
+.include "../../devel/ocamlbuild/buildlink3.mk"
 .include "../../devel/ocaml-reactiveData/buildlink3.mk"
 BUILDLINK_API_DEPENDS.ocaml-reactiveData+=   ocaml-reactiveData>=0.2
 .include "../../devel/ocaml-optcomp/buildlink3.mk"



Home | Main Index | Thread Index | Old Index