summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-09-10 18:29:38 +0000
committerantoine <antoine@FreeBSD.org>2015-09-10 18:29:38 +0000
commit247587df1ba2a0e2ad2e2bec3f5a24f05f7f54f3 (patch)
tree4db5cf3c89ae5521a83519d1b1387689c7babd71
parent7e5cb78118909afe50a6c6c3dad03ffbdf6ebf6c (diff)
downloadFreeBSD-ports-247587df1ba2a0e2ad2e2bec3f5a24f05f7f54f3.zip
FreeBSD-ports-247587df1ba2a0e2ad2e2bec3f5a24f05f7f54f3.tar.gz
Spell MAKE_JOBS_UNSAFE correctly
-rw-r--r--comms/syncterm/Makefile2
-rw-r--r--comms/wspr/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile
index f7cec31..db159d7 100644
--- a/comms/syncterm/Makefile
+++ b/comms/syncterm/Makefile
@@ -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}"
diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile
index 26a1e8a..623fac2 100644
--- a/comms/wspr/Makefile
+++ b/comms/wspr/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= libhamlib.so:${PORTSDIR}/comms/hamlib \
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} \
OpenPOWER on IntegriCloud