diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 19:48:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 19:48:16 +0800 |
commit | 46058249404f69b531dd35cb51d517cff0808e3a (patch) | |
tree | 9ec711a39b49dee7f5ebed9c37bc95806c4fff12 /math | |
parent | d6771f2f8c093e24b10e15813e39320c9a1c11d3 (diff) | |
download | freebsd-ports-gnome-46058249404f69b531dd35cb51d517cff0808e3a.tar.gz freebsd-ports-gnome-46058249404f69b531dd35cb51d517cff0808e3a.tar.zst freebsd-ports-gnome-46058249404f69b531dd35cb51d517cff0808e3a.zip |
Mark jobs unsafe
Diffstat (limited to 'math')
-rw-r--r-- | math/algae/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile index a7033f0ed039..565209488d14 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -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 |