diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 19:26:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 19:26:34 +0800 |
commit | dd6a75847b35c390f009baad670481b517239bbe (patch) | |
tree | 1ad719edc3dcef01ea0fea185d346c400918bb5c /graphics | |
parent | de3f1adaeea5e41395198d0364352f9cc19b0592 (diff) | |
download | freebsd-ports-gnome-dd6a75847b35c390f009baad670481b517239bbe.tar.gz freebsd-ports-gnome-dd6a75847b35c390f009baad670481b517239bbe.tar.zst freebsd-ports-gnome-dd6a75847b35c390f009baad670481b517239bbe.zip |
Mark jobs unsafe
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/iccexamin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/iccexamin/Makefile b/graphics/iccexamin/Makefile index e9f3c8916d0f..e50836259198 100644 --- a/graphics/iccexamin/Makefile +++ b/graphics/iccexamin/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk \ jpeg:${PORTSDIR}/graphics/jpeg \ oyranos:${PORTSDIR}/graphics/oyranos +MAKE_JOBS_UNSAFE= yes USES= gettext iconv pkgconfig USE_BZIP2= yes HAS_CONFIGURE= yes |