Skip to content

Commit

Permalink
Spell MAKE_JOBS_UNSAFE correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ant1 committed Sep 10, 2015
1 parent 4d264cd commit 60d9e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion comms/syncterm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion comms/wspr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 60d9e77

Please sign in to comment.