diff options
author | pav <pav@FreeBSD.org> | 2010-03-18 02:43:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-03-18 02:43:54 +0800 |
commit | d4f991bc4c22a5d1e99c9caf634a57effd5e1877 (patch) | |
tree | dd62f7058702817416fa414fe3cbb2afdbf6aed7 /devel | |
parent | 552f6ec0a90247972cc0da9c52bec859f0feb5a9 (diff) | |
download | freebsd-ports-gnome-d4f991bc4c22a5d1e99c9caf634a57effd5e1877.tar.gz freebsd-ports-gnome-d4f991bc4c22a5d1e99c9caf634a57effd5e1877.tar.zst freebsd-ports-gnome-d4f991bc4c22a5d1e99c9caf634a57effd5e1877.zip |
- Flip MAKE_JOBS_SAFE -> UNSAFE
Reported by: pointyhat
Diffstat (limited to 'devel')
-rw-r--r-- | devel/newt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/newt/Makefile b/devel/newt/Makefile index 911df01a3b3d..76b433ec5aec 100644 --- a/devel/newt/Makefile +++ b/devel/newt/Makefile @@ -29,7 +29,7 @@ PLIST_SUB+= SOVERSION=${SOVERSION} \ SUB_LIST= VERSION=${PORTVERSION} USE_GMAKE= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls |