diff options
author | antoine <antoine@FreeBSD.org> | 2015-09-11 02:29:38 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-09-11 02:29:38 +0800 |
commit | 60d9e77503a6b996c798b9c646ae371a27b07568 (patch) | |
tree | 4db5cf3c89ae5521a83519d1b1387689c7babd71 /comms | |
parent | 4d264cd61ab41ea4a9f3c060b63ceda5b92b79ae (diff) | |
download | freebsd-ports-gnome-60d9e77503a6b996c798b9c646ae371a27b07568.tar.gz freebsd-ports-gnome-60d9e77503a6b996c798b9c646ae371a27b07568.tar.zst freebsd-ports-gnome-60d9e77503a6b996c798b9c646ae371a27b07568.zip |
Spell MAKE_JOBS_UNSAFE correctly
Diffstat (limited to 'comms')
-rw-r--r-- | comms/syncterm/Makefile | 2 | ||||
-rw-r--r-- | comms/wspr/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile index f7cec3174ee7..db159d72e549 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 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} \ |