diff options
author | antoine <antoine@FreeBSD.org> | 2015-09-10 18:29:38 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-09-10 18:29:38 +0000 |
commit | 247587df1ba2a0e2ad2e2bec3f5a24f05f7f54f3 (patch) | |
tree | 4db5cf3c89ae5521a83519d1b1387689c7babd71 | |
parent | 7e5cb78118909afe50a6c6c3dad03ffbdf6ebf6c (diff) | |
download | FreeBSD-ports-247587df1ba2a0e2ad2e2bec3f5a24f05f7f54f3.zip FreeBSD-ports-247587df1ba2a0e2ad2e2bec3f5a24f05f7f54f3.tar.gz |
Spell MAKE_JOBS_UNSAFE correctly
-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 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} \ |