svn commit: r324718 - head/math/lapack95

John Marino marino at FreeBSD.org
Wed Aug 14 13:15:00 UTC 2013


Author: marino
Date: Wed Aug 14 13:14:59 2013
New Revision: 324718
URL: http://svnweb.freebsd.org/changeset/ports/324718

Log:
  math/lapack95: Mark jobs unsafe
  
  Also trim header to please portlint.
  
  Approved by: 	bapt/culot (mentors, implicit)

Modified:
  head/math/lapack95/Makefile

Modified: head/math/lapack95/Makefile
==============================================================================
--- head/math/lapack95/Makefile	Wed Aug 14 13:08:58 2013	(r324717)
+++ head/math/lapack95/Makefile	Wed Aug 14 13:14:59 2013	(r324718)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    lapack95
-# Date created:                         5 Feb 2003
-# Whom:                                 NAKATA, Maho <maho at FreeBSD.org>
-#
+# Created by: NAKATA, Maho <maho at 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"


More information about the svn-ports-all mailing list