Date: Fri, 1 Feb 2013 02:23:02 +0000 (UTC) From: Tom Judge <tj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311346 - head/lang/expect Message-ID: <201302010223.r112N2Mx023910@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tj Date: Fri Feb 1 02:23:01 2013 New Revision: 311346 URL: http://svnweb.freebsd.org/changeset/ports/311346 Log: Mark as jobs unsafe. Don't bump port revision. PR: ports/174443 Submitted by: 4721@hushmail.com Modified: head/lang/expect/Makefile Modified: head/lang/expect/Makefile ============================================================================== --- head/lang/expect/Makefile Fri Feb 1 02:15:09 2013 (r311345) +++ head/lang/expect/Makefile Fri Feb 1 02:23:01 2013 (r311346) @@ -23,6 +23,7 @@ LIBEXPECT_VER= 543 WRKSRC= ${WRKDIR}/expect-${EXPECT_VER} USE_LDCONFIG= yes GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes PLIST_SUB+= EXPECT_VER="${EXPECT_VER}" PLIST_SUB+= LIBEXPECT_VER="${LIBEXPECT_VER}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302010223.r112N2Mx023910>