Date: Wed, 10 Jul 2013 11:48:16 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322667 - head/math/algae Message-ID: <201307101148.r6ABmGqF014904@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jul 10 11:48:16 2013 New Revision: 322667 URL: http://svnweb.freebsd.org/changeset/ports/322667 Log: Mark jobs unsafe Modified: head/math/algae/Makefile Modified: head/math/algae/Makefile ============================================================================== --- head/math/algae/Makefile Wed Jul 10 11:45:24 2013 (r322666) +++ head/math/algae/Makefile Wed Jul 10 11:48:16 2013 (r322667) @@ -1,9 +1,5 @@ -# New ports collection makefile for: algae -# Date created: 18 May 2003 -# Whom: Michael Neumann <mneumann@ntecs.de> -# +# Created by: Michael Neumann <mneumann@ntecs.de> # $FreeBSD$ -# PORTNAME= algae PORTVERSION= 4.3.6 @@ -12,7 +8,7 @@ CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A programming language for numerical analysis +COMMENT= Programming language for numerical analysis GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf @@ -23,6 +19,7 @@ PLIST_SUB= ALGAE_VERSION=${ALGAE_VERSION MAN1= algae.1 INFO= algae +MAKE_JOBS_UNSAFE= yes USE_FORTRAN= yes LDFLAGS+= -L`${CAT} ${WRKSRC}/LIBDIR`/../../.. -L`${CAT} ${WRKSRC}/LIBDIR` -L${LOCALBASE}/lib FORTRANLIBS= gfortranbegin gfortran
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307101148.r6ABmGqF014904>