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 /devel/hs-hmake | |
parent | 1a5818d61009df398c86fa82b2760b8d6a08d525 (diff) | |
download | freebsd-ports-graphics-f4d927a198be679522726152e26f0933a0771717.tar.gz freebsd-ports-graphics-f4d927a198be679522726152e26f0933a0771717.tar.zst freebsd-ports-graphics-f4d927a198be679522726152e26f0933a0771717.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'devel/hs-hmake')
-rw-r--r-- | devel/hs-hmake/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/hs-hmake/Makefile b/devel/hs-hmake/Makefile index 89c1f0e9a0c..13dcbdcb5e6 100644 --- a/devel/hs-hmake/Makefile +++ b/devel/hs-hmake/Makefile @@ -25,6 +25,7 @@ LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX} USE_GMAKE= YES +MAKE_JOBS_UNSAFE= yes .include <bsd.port.pre.mk> |