Date: Wed, 27 Nov 2013 06:46:20 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335000 - head/security/isakmpd Message-ID: <201311270646.rAR6kKiu041441@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Wed Nov 27 06:46:20 2013 New Revision: 335000 URL: http://svnweb.freebsd.org/changeset/ports/335000 Log: Not parallal make safe. Modified: head/security/isakmpd/Makefile Modified: head/security/isakmpd/Makefile ============================================================================== --- head/security/isakmpd/Makefile Wed Nov 27 06:25:56 2013 (r334999) +++ head/security/isakmpd/Makefile Wed Nov 27 06:46:20 2013 (r335000) @@ -31,6 +31,7 @@ MANCOMPRESSED= yes USE_OPENSSL= yes NO_STAGE= yes +MAKE_JOBS_UNSAFE= yes .include <bsd.port.pre.mk> OPENSSLINC?= /usr/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311270646.rAR6kKiu041441>