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/syncterm | |
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/syncterm')
-rw-r--r-- | comms/syncterm/Makefile | 2 |
1 files changed, 1 insertions, 1 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}" |