diff options
author | jaapb <jaapb@pkgsrc.org> | 2016-06-17 10:25:52 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2016-06-17 10:25:52 +0000 |
commit | 5d6c8da8e66e8cf3855976c94812c6981fbeb806 (patch) | |
tree | 69418d3017575500be221466914b12c70415c0c1 /devel | |
parent | e1dda2844a24c13f89ca63e532285a1a4da7ef57 (diff) | |
download | pkgsrc-5d6c8da8e66e8cf3855976c94812c6981fbeb806.tar.gz |
Updated package to work with new mk/ocaml.mk. No upstream changes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-oasis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ocaml-oasis/Makefile b/devel/ocaml-oasis/Makefile index 04812ed0d2a..9ad6ae1cbdd 100644 --- a/devel/ocaml-oasis/Makefile +++ b/devel/ocaml-oasis/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2016/05/05 16:06:51 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2016/06/17 10:25:52 jaapb Exp $ DISTNAME= oasis-0.4.6 PKGNAME= ocaml-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1604/ @@ -11,7 +12,6 @@ COMMENT= Build system for OCaml projects LICENSE= gnu-lgpl-v2.1 OCAML_USE_OASIS= yes -OCAML_FINDLIB_DIRS= ${OCAML_SITELIBDIR}/oasis .include "../../devel/ocaml-odn/buildlink3.mk" .include "../../devel/ocamlbuild/buildlink3.mk" |