diff options
author | pav <pav@FreeBSD.org> | 2009-11-20 07:41:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-20 07:41:55 +0800 |
commit | f4d927a198be679522726152e26f0933a0771717 (patch) | |
tree | c6c98164a1c7510979d8cd55005632f8d78cf7fe /graphics/IPA | |
parent | 1a5818d61009df398c86fa82b2760b8d6a08d525 (diff) | |
download | freebsd-ports-gnome-f4d927a198be679522726152e26f0933a0771717.tar.gz freebsd-ports-gnome-f4d927a198be679522726152e26f0933a0771717.tar.zst freebsd-ports-gnome-f4d927a198be679522726152e26f0933a0771717.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'graphics/IPA')
-rw-r--r-- | graphics/IPA/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/IPA/Makefile b/graphics/IPA/Makefile index 097b77890a0b..55fe39d3c82c 100644 --- a/graphics/IPA/Makefile +++ b/graphics/IPA/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes INSTALL_TARGET= pure_install +MAKE_JOBS_UNSAFE= yes MAN1= iterm.1 MAN3= IPA.3 IPA::Geometry.3 IPA::Global.3 IPA::Local.3 IPA::Misc.3 \ |