svn commit: r538370 - head/science/cgnslib

Antoine Brodin antoine at FreeBSD.org
Wed Jun 10 05:22:13 UTC 2020


Author: antoine
Date: Wed Jun 10 05:22:13 2020
New Revision: 538370
URL: https://svnweb.freebsd.org/changeset/ports/538370

Log:
  Mark MAKE_JOBS_UNSAFE
  
  Reported by:	pkg-fallout

Modified:
  head/science/cgnslib/Makefile

Modified: head/science/cgnslib/Makefile
==============================================================================
--- head/science/cgnslib/Makefile	Wed Jun 10 04:22:32 2020	(r538369)
+++ head/science/cgnslib/Makefile	Wed Jun 10 05:22:13 2020	(r538370)
@@ -20,6 +20,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	CGNS
 GH_PROJECT=	CGNS
 USE_LDCONFIG=	yes
+MAKE_JOBS_UNSAFE=	yes
 
 TEST_TARGET=	test
 


More information about the svn-ports-all mailing list