diff options
author | pav <pav@FreeBSD.org> | 2009-12-06 05:44:30 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-06 05:44:30 +0800 |
commit | caf11c5663efd20d0d6bfe7c5bfa5a9946d75328 (patch) | |
tree | c7195f388e4916d6bac3ddc111d283215d4ee618 /x11-wm/i3 | |
parent | d5e3f80b1535ccd8dc295ee221aa1e8bf2049337 (diff) | |
download | freebsd-ports-gnome-caf11c5663efd20d0d6bfe7c5bfa5a9946d75328.tar.gz freebsd-ports-gnome-caf11c5663efd20d0d6bfe7c5bfa5a9946d75328.tar.zst freebsd-ports-gnome-caf11c5663efd20d0d6bfe7c5bfa5a9946d75328.zip |
- Flip MAKE_JOBS_SAFE -> UNSAFE
Reported by: pointyhat
Diffstat (limited to 'x11-wm/i3')
-rw-r--r-- | x11-wm/i3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index ca1bcb4ace49..f43f04614bf3 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -25,7 +25,7 @@ USE_XLIB= yes USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/i3 \ bin/i3-msg \ |