pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-odn



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Fri Jun 17 10:06:30 UTC 2016

Modified Files:
        pkgsrc/devel/ocaml-odn: Makefile

Log Message:
Updated package to work with new mk/ocaml.mk


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ocaml-odn/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-odn/Makefile
diff -u pkgsrc/devel/ocaml-odn/Makefile:1.6 pkgsrc/devel/ocaml-odn/Makefile:1.7
--- pkgsrc/devel/ocaml-odn/Makefile:1.6 Thu May  5 09:36:39 2016
+++ pkgsrc/devel/ocaml-odn/Makefile     Fri Jun 17 10:06:30 2016
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2016/05/05 09:36:39 jaapb Exp $
+# $NetBSD: Makefile,v 1.7 2016/06/17 10:06:30 jaapb Exp $
 
 DISTNAME=      data-notation-${VERSION}
 PKGNAME=       ocaml-odn-${VERSION}
 VERSION=       0.0.11
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    devel
 MASTER_SITES=  https://forge.ocamlcore.org/frs/download.php/1310/
 
@@ -15,7 +15,6 @@ LICENSE=      gnu-lgpl-v2.1
 WRKSRC=        ${WRKDIR}/ocaml-${DISTNAME}
 
 OCAML_USE_OASIS=       yes
-OCAML_FINDLIB_DIRS=    ${OCAML_SITELIBDIR}/odn
 
 .include "../../devel/ocaml-type_conv/buildlink3.mk"
 .include "../../lang/camlp4/buildlink3.mk"



Home | Main Index | Thread Index | Old Index