Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2014 05:25:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362516 - head/devel/ocaml-react
Message-ID:  <201407220525.s6M5PFnd069409@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jul 22 05:25:15 2014
New Revision: 362516
URL: http://svnweb.freebsd.org/changeset/ports/362516
QAT: https://qat.redports.org/buildarchive/r362516/

Log:
  Unbreak on the package builders by using the same option as ocaml (X11 on by default)

Modified:
  head/devel/ocaml-react/Makefile

Modified: head/devel/ocaml-react/Makefile
==============================================================================
--- head/devel/ocaml-react/Makefile	Tue Jul 22 00:11:52 2014	(r362515)
+++ head/devel/ocaml-react/Makefile	Tue Jul 22 05:25:15 2014	(r362516)
@@ -15,6 +15,7 @@ COMMENT=	OCaml module for functional rea
 LICENSE=	BSD3CLAUSE
 
 OPTIONS_DEFINE=	X11
+OPTIONS_DEFAULT=	X11
 
 USE_OCAML=		yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407220525.s6M5PFnd069409>