Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 18:29:39 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396595 - in head/comms: syncterm wspr
Message-ID:  <201509101829.t8AITdsn028832@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Sep 10 18:29:38 2015
New Revision: 396595
URL: https://svnweb.freebsd.org/changeset/ports/396595

Log:
  Spell MAKE_JOBS_UNSAFE correctly

Modified:
  head/comms/syncterm/Makefile
  head/comms/wspr/Makefile

Modified: head/comms/syncterm/Makefile
==============================================================================
--- head/comms/syncterm/Makefile	Thu Sep 10 18:03:15 2015	(r396594)
+++ head/comms/syncterm/Makefile	Thu Sep 10 18:29:38 2015	(r396595)
@@ -21,7 +21,7 @@ PLIST_FILES=	bin/syncterm \
 		share/icons/hicolor/64x64/apps/syncterm.png
 
 NO_CCACHE=	yes
-DISABLE_MAKE_JOBS=	yes
+MAKE_JOBS_UNSAFE=	yes
 MAKE_ARGS+=	WITHOUT_PORTAUDIO=yes
 MAKE_ARGS+=	-C ${WRKSRC}
 MAKE_ARGS+=	PREFIX="${PREFIX}"

Modified: head/comms/wspr/Makefile
==============================================================================
--- head/comms/wspr/Makefile	Thu Sep 10 18:03:15 2015	(r396594)
+++ head/comms/wspr/Makefile	Thu Sep 10 18:29:38 2015	(r396595)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libhamlib.so:${PORTSDIR}/co
 		libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
 		libportaudio.so:${PORTSDIR}/audio/portaudio
 
-DISABLE_MAKE_JOBS=	yes
+MAKE_JOBS_UNSAFE=	yes
 USES=		autoreconf dos2unix fortran gmake libtool python:3.3 tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gfortran=${FC} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509101829.t8AITdsn028832>