svn commit: r428256 - head/math/moo

John Marino marino at FreeBSD.org
Fri Dec 9 22:39:47 UTC 2016


Author: marino
Date: Fri Dec  9 22:39:46 2016
New Revision: 428256
URL: https://svnweb.freebsd.org/changeset/ports/428256

Log:
  math/moo is not jobs safe (flex generation)

Modified:
  head/math/moo/Makefile

Modified: head/math/moo/Makefile
==============================================================================
--- head/math/moo/Makefile	Fri Dec  9 22:25:46 2016	(r428255)
+++ head/math/moo/Makefile	Fri Dec  9 22:39:46 2016	(r428256)
@@ -12,6 +12,8 @@ COMMENT=	Calculator that accepts C-like 
 
 PLIST_FILES=	bin/moo man/man1/moo.1.gz
 
+MAKE_JOBS_UNSAFE=	yes
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/moo ${STAGEDIR}${PREFIX}/bin/
 	${INSTALL_MAN} ${WRKSRC}/moo.1 ${STAGEDIR}${MANPREFIX}/man/man1


More information about the svn-ports-all mailing list