summaryrefslogtreecommitdiff
path: root/www/ocaml-cohttp
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-01-10 21:19:20 +0000
committerjoerg <joerg@pkgsrc.org>2020-01-10 21:19:20 +0000
commit36c16b91dc8f72d52d2bf99ee0c3715e3751e0eb (patch)
treeefe3345692ffba62e21a1b255a13f55b1d687a35 /www/ocaml-cohttp
parentba4bc8b1c7378526dda1366d31cf760a77b6b309 (diff)
downloadpkgsrc-36c16b91dc8f72d52d2bf99ee0c3715e3751e0eb.tar.gz
Enable all options by default, at least devel/ocaml-git requires lwt
support. Bump revision.
Diffstat (limited to 'www/ocaml-cohttp')
-rw-r--r--www/ocaml-cohttp/Makefile3
-rw-r--r--www/ocaml-cohttp/options.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/www/ocaml-cohttp/Makefile b/www/ocaml-cohttp/Makefile
index 2b6550eccf6..60b94d9d545 100644
--- a/www/ocaml-cohttp/Makefile
+++ b/www/ocaml-cohttp/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2019/11/04 22:09:58 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/10 21:19:20 joerg Exp $
GITHUB_PROJECT= ocaml-cohttp
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= ${GITHUB_PROJECT}-2.1.2
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/}
diff --git a/www/ocaml-cohttp/options.mk b/www/ocaml-cohttp/options.mk
index 85ca8894e82..1421dd59954 100644
--- a/www/ocaml-cohttp/options.mk
+++ b/www/ocaml-cohttp/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2019/07/01 15:48:53 jaapb Exp $
+# $NetBSD: options.mk,v 1.2 2020/01/10 21:19:20 joerg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ocaml-cohttp
PKG_SUPPORTED_OPTIONS= async lwt js_of_ocaml
-PKG_SUGGESTED_OPTIONS=
+PKG_SUGGESTED_OPTIONS= async lwt js_of_ocaml
.include "../../mk/bsd.prefs.mk"