svn commit: r372184 - head/textproc/docbook-to-man

John Marino marino at FreeBSD.org
Wed Nov 5 11:41:03 UTC 2014


Author: marino
Date: Wed Nov  5 11:41:02 2014
New Revision: 372184
URL: https://svnweb.freebsd.org/changeset/ports/372184
QAT: https://qat.redports.org/buildarchive/r372184/

Log:
  textproc/docbook-to-man: this port is not jobs safe

Modified:
  head/textproc/docbook-to-man/Makefile

Modified: head/textproc/docbook-to-man/Makefile
==============================================================================
--- head/textproc/docbook-to-man/Makefile	Wed Nov  5 11:38:03 2014	(r372183)
+++ head/textproc/docbook-to-man/Makefile	Wed Nov  5 11:41:02 2014	(r372184)
@@ -16,6 +16,8 @@ RUN_DEPENDS=	${LOCALBASE}/share/sgml/doc
 USES=		imake
 XFREE86_HTML_MAN=	no
 
+MAKE_JOBS_UNSAFE=	yes
+
 # There are two ports that satisfy the nsgmls requirement.
 # Jade is preferred, but OpenJade can be selected if needed.
 OPTIONS_DEFINE=	OPENJADE


More information about the svn-ports-all mailing list