svn commit: r311346 - head/lang/expect

Tom Judge tj at FreeBSD.org
Fri Feb 1 02:23:02 UTC 2013


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 at 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}"


More information about the svn-ports-head mailing list