diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-07-09 08:57:38 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-07-09 08:57:38 +0000 |
commit | 9208794765b8046003b4f8aa4c4739252d712781 (patch) | |
tree | c531156ab4512a85457cf943510577e32649c720 | |
parent | a19e9f7f035c2b4a172cbb6ee3d4c627195db8d7 (diff) |
Notes
-rw-r--r-- | math/arpack/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile index 3cd1ad32dc37..a8ec08211ce8 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -23,6 +23,7 @@ COMMENT= Argand Library: large eigenvalue subroutines (serial version) CONFLICTS= arpack-ng-[0-9]* FFLAGS+= -ffixed-line-length-none LDFLAGS+= -L${LOCALBASE}/lib +MAKE_JOBS_UNSAFE= yes USE_FORTRAN= yes USE_LDCONFIG= yes WRKSRC = ${WRKDIR}/ARPACK |