From 48a1ae9275b31e4fb80892ccd1e429f9eab8878b Mon Sep 17 00:00:00 2001 From: marino Date: Sun, 14 Jun 2015 08:11:03 +0000 Subject: net/sslh is not jobs safe This port has failed on me twice so far. The problem is that version.h is generated, but common.c doesn't want for that to finish, and it includes the header incomplete. --- net/sslh/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net') diff --git a/net/sslh/Makefile b/net/sslh/Makefile index 69a288ec6f96..42777237bdf3 100644 --- a/net/sslh/Makefile +++ b/net/sslh/Makefile @@ -32,6 +32,8 @@ USE_RC_SUBR= sslh PORTEXAMPLES= example.cfg +MAKE_JOBS_UNSAFE= yes + .include .if ${PORT_OPTIONS:MLIBWRAP} -- cgit