aboutsummaryrefslogtreecommitdiff
path: root/comms/wspr
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-09-10 18:29:38 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-09-10 18:29:38 +0000
commit6b46dd4d2244b9112aeaf3f391f4bab508a92aae (patch)
tree4db5cf3c89ae5521a83519d1b1387689c7babd71 /comms/wspr
parent58bf169fb9492d29ba3612a3e4873642f25c4f5c (diff)
Spell MAKE_JOBS_UNSAFE correctly
Notes
Notes: svn path=/head/; revision=396595
Diffstat (limited to 'comms/wspr')
-rw-r--r--comms/wspr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile
index 26a1e8af2515..623fac2ad5d6 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} \