diff options
author | marino <marino@FreeBSD.org> | 2013-08-14 21:14:59 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-08-14 21:14:59 +0800 |
commit | 694e5be04e8c5ca4b75b6d39b50b9b2e3d186f71 (patch) | |
tree | a9f1af6639fe0d3878562603bfb2b586724a3573 /math/lapack95 | |
parent | 3b5bbc12169b9ef7a4ccedec3d70e9670f279fe3 (diff) | |
download | freebsd-ports-gnome-694e5be04e8c5ca4b75b6d39b50b9b2e3d186f71.tar.gz freebsd-ports-gnome-694e5be04e8c5ca4b75b6d39b50b9b2e3d186f71.tar.zst freebsd-ports-gnome-694e5be04e8c5ca4b75b6d39b50b9b2e3d186f71.zip |
math/lapack95: Mark jobs unsafe
Also trim header to please portlint.
Approved by: bapt/culot (mentors, implicit)
Diffstat (limited to 'math/lapack95')
-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" |