diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-05 18:17:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-05 18:17:38 +0000 |
commit | ae3f09400c861e1b2edf0eb20b907d559a2c7854 (patch) | |
tree | 7836b95ae3d335ff8b32447b9ae6c45eae42881d /science | |
parent | 759b5b1d131a3a598e3cb002dad1ad04b51cd5f1 (diff) |
- Mark MAKE_JOBS_UNSAFE, fails with force make jobs
Notes
Notes:
svn path=/head/; revision=238999
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/hdf/Makefile b/science/hdf/Makefile index 98efcf381bfa..af0e313968e3 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -28,6 +28,7 @@ LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ CONFLICTS= netcdf-* USE_FORTRAN= yes +MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-jpeg="${LOCALBASE}" \ |