Date: Sat, 16 May 2015 20:48:38 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386579 - head/devel/ocaml-lwt Message-ID: <201505162048.t4GKmcRo092021@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Sat May 16 20:48:37 2015 New Revision: 386579 URL: https://svnweb.freebsd.org/changeset/ports/386579 Log: - Enable syntax extension; contrary to what the documentation claims, it is no longer enabled by default - Bump PORTREVISION Modified: head/devel/ocaml-lwt/Makefile Modified: head/devel/ocaml-lwt/Makefile ============================================================================== --- head/devel/ocaml-lwt/Makefile Sat May 16 20:37:47 2015 (r386578) +++ head/devel/ocaml-lwt/Makefile Sat May 16 20:48:37 2015 (r386579) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505162048.t4GKmcRo092021>