Date: Sun, 17 Apr 2016 07:18:39 +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: r413493 - head/science/minc2 Message-ID: <201604170718.u3H7IdAD015975@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Apr 17 07:18:38 2016 New Revision: 413493 URL: https://svnweb.freebsd.org/changeset/ports/413493 Log: science/minc2 is not jobs safe lex needs gram.h before that header gets created. I've seen this twice now. Modified: head/science/minc2/Makefile Modified: head/science/minc2/Makefile ============================================================================== --- head/science/minc2/Makefile Sun Apr 17 07:15:46 2016 (r413492) +++ head/science/minc2/Makefile Sun Apr 17 07:18:38 2016 (r413493) @@ -21,6 +21,8 @@ RUN_DEPENDS= bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= BIC-MNI +MAKE_JOBS_UNSAFE= yes + USES= autoreconf bison gmake libtool perl5 shebangfix SHEBANG_FILES= progs/mincview/mincview GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604170718.u3H7IdAD015975>