summaryrefslogtreecommitdiff
path: root/net/ocaml-conduit
diff options
context:
space:
mode:
authoryyamano <yyamano@pkgsrc.org>2020-06-29 10:15:07 +0000
committeryyamano <yyamano@pkgsrc.org>2020-06-29 10:15:07 +0000
commita69f2c4ba575c3b1a6503faf85d30ce7b5cfa3ae (patch)
treeb22a7a5bdf684f4736e111891cbf5110353f843e /net/ocaml-conduit
parent3e0d3f358cb137a5b1b1d3864896d1a164f5c75c (diff)
downloadpkgsrc-a69f2c4ba575c3b1a6503faf85d30ce7b5cfa3ae.tar.gz
Enable async and lwt options to fix www/ocaml-cohttp build errors.
Bump PKGREVISION. OK'ed by jaapb and gdt.
Diffstat (limited to 'net/ocaml-conduit')
-rw-r--r--net/ocaml-conduit/Makefile3
-rw-r--r--net/ocaml-conduit/options.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/net/ocaml-conduit/Makefile b/net/ocaml-conduit/Makefile
index 1355cefcdd3..8e3424d34a7 100644
--- a/net/ocaml-conduit/Makefile
+++ b/net/ocaml-conduit/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2020/04/08 12:46:24 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2020/06/29 10:15:07 yyamano Exp $
GITHUB_PROJECT= ocaml-conduit
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= ${GITHUB_PROJECT}-2.1.0
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/}
diff --git a/net/ocaml-conduit/options.mk b/net/ocaml-conduit/options.mk
index 2039aaa8b36..041b072a3ac 100644
--- a/net/ocaml-conduit/options.mk
+++ b/net/ocaml-conduit/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2019/07/01 16:01:36 jaapb Exp $
+# $NetBSD: options.mk,v 1.2 2020/06/29 10:15:07 yyamano Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ocaml-conduit
PKG_SUPPORTED_OPTIONS= async lwt
-PKG_SUGGESTED_OPTIONS=
+PKG_SUGGESTED_OPTIONS= async lwt
.include "../../mk/bsd.prefs.mk"