From 9eab78f39f63f59bd1f28736b51b4d2d989df9ed Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 22 Jul 2014 05:25:15 +0000 Subject: [PATCH] Unbreak on the package builders by using the same option as ocaml (X11 on by default) --- devel/ocaml-react/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/ocaml-react/Makefile b/devel/ocaml-react/Makefile index a21e86ea1f82..c85094d981a2 100644 --- a/devel/ocaml-react/Makefile +++ b/devel/ocaml-react/Makefile @@ -15,6 +15,7 @@ COMMENT= OCaml module for functional reactive programming LICENSE= BSD3CLAUSE OPTIONS_DEFINE= X11 +OPTIONS_DEFAULT= X11 USE_OCAML= yes