svn commit: r376176 - head/x11/florence

John Marino marino at FreeBSD.org
Sat Jan 3 23:34:52 UTC 2015


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:


More information about the svn-ports-all mailing list