Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2015 23:34:52 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376176 - head/x11/florence
Message-ID:  <201501032334.t03NYqqi041146@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Jan  3 23:34:51 2015
New Revision: 376176
URL: https://svnweb.freebsd.org/changeset/ports/376176
QAT: https://qat.redports.org/buildarchive/r376176/

Log:
  x11/florence: Mark jobs unsafe
  
  During build, it tries to use libflorence before the library is built.

Modified:
  head/x11/florence/Makefile

Modified: head/x11/florence/Makefile
==============================================================================
--- head/x11/florence/Makefile	Sat Jan  3 22:54:43 2015	(r376175)
+++ head/x11/florence/Makefile	Sat Jan  3 23:34:51 2015	(r376176)
@@ -34,6 +34,8 @@ OPTIONS_SUB=	yes
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=	gettext
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.options.mk>
 
 post-patch:



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