pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-migrate-parsetree



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun Sep 10 05:53:02 UTC 2017

Modified Files:
        pkgsrc/devel/ocaml-migrate-parsetree: Makefile

Log Message:
Must set OCAML_USE_OPAM for OPAM_INSTALL_FILES to do anything.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ocaml-migrate-parsetree/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/ocaml-migrate-parsetree/Makefile
diff -u pkgsrc/devel/ocaml-migrate-parsetree/Makefile:1.4 pkgsrc/devel/ocaml-migrate-parsetree/Makefile:1.5
--- pkgsrc/devel/ocaml-migrate-parsetree/Makefile:1.4   Fri Sep  8 22:19:52 2017
+++ pkgsrc/devel/ocaml-migrate-parsetree/Makefile       Sun Sep 10 05:53:02 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/09/08 22:19:52 jaapb Exp $
+# $NetBSD: Makefile,v 1.5 2017/09/10 05:53:02 dholland Exp $
 
 VERSION=       1.0.1
 PKGREVISION=   2
@@ -16,6 +16,7 @@ USE_LANGUAGES=        c
 OCAML_USE_FINDLIB=     yes
 OCAML_FINDLIB_DIRS=    ${GITHUB_PROJECT}
 OCAML_USE_JBUILDER=    yes
+OCAML_USE_OPAM=                yes
 OPAM_INSTALL_FILES=    ${GITHUB_PROJECT}
 
 .include "../../mk/ocaml.mk"



Home | Main Index | Thread Index | Old Index