diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-18 22:39:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-18 22:39:55 +0000 |
commit | ed9c0642a6754ed6fe4de0153c16d8beb71ab8ed (patch) | |
tree | 2a63af8d70c18165eceed69f54530e4d8779cae6 /science/getdp | |
parent | Update to 1.334 (diff) |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=244447
Diffstat (limited to 'science/getdp')
-rw-r--r-- | science/getdp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile index aaca14efa253..222c57685233 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -24,6 +24,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gsl-prefix=${LOCALBASE} \ --with-blas-lapack-prefix=${LOCALBASE} WANT_PERL= yes +MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |