aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2015-05-17 04:48:37 +0800
committerjohans <johans@FreeBSD.org>2015-05-17 04:48:37 +0800
commit1789ca5467fbe48b180251b7bbfa5d9fac69e5fa (patch)
tree1ba5f7d5c7e8c393d3a81b316215bdbf5326cf81 /devel
parentf47eef5564540fc8e79422e6a84d57d08d0e88c8 (diff)
downloadfreebsd-ports-gnome-1789ca5467fbe48b180251b7bbfa5d9fac69e5fa.tar.gz
freebsd-ports-gnome-1789ca5467fbe48b180251b7bbfa5d9fac69e5fa.tar.zst
freebsd-ports-gnome-1789ca5467fbe48b180251b7bbfa5d9fac69e5fa.zip
- Enable syntax extension;
contrary to what the documentation claims, it is no longer enabled by default - Bump PORTREVISION
Diffstat (limited to 'devel')
-rw-r--r--devel/ocaml-lwt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ocaml-lwt/Makefile b/devel/ocaml-lwt/Makefile
index aa2b0167c904..d3791315ef39 100644
--- a/devel/ocaml-lwt/Makefile
+++ b/devel/ocaml-lwt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lwt
PORTVERSION= 2.4.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
PKGNAMEPREFIX= ocaml-
@@ -32,6 +32,7 @@ USE_OCAML_LDCONFIG= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --destdir "${STAGEDIR}" \
--prefix "${PREFIX}" \
+ --enable-camlp4 \
--enable-ssl \
--enable-react \
--disable-libev \