diff options
author | John Marino <marino@FreeBSD.org> | 2013-08-14 13:14:59 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-08-14 13:14:59 +0000 |
commit | c4e27606acbee7cfcf83c3ed8d24571c019973c2 (patch) | |
tree | a9f1af6639fe0d3878562603bfb2b586724a3573 | |
parent | 0ef157e3f9a5d721ec673dd0304bc7ea62d6b085 (diff) | |
download | ports-c4e27606acbee7cfcf83c3ed8d24571c019973c2.tar.gz ports-c4e27606acbee7cfcf83c3ed8d24571c019973c2.zip |
Notes
-rw-r--r-- | math/lapack95/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/lapack95/Makefile b/math/lapack95/Makefile index 8adc69fef427..7056043ad49e 100644 --- a/math/lapack95/Makefile +++ b/math/lapack95/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lapack95 -# Date created: 5 Feb 2003 -# Whom: NAKATA, Maho <maho@FreeBSD.org> -# +# Created by: NAKATA, Maho <maho@FreeBSD.org> # $FreeBSD$ -# PORTNAME= lapack95 PORTVERSION= 1.0 @@ -21,6 +17,8 @@ USE_FORTRAN= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/LAPACK95 +MAKE_JOBS_UNSAFE=yes + .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" |