mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
Mark jobs unsafe
This commit is contained in:
parent
29bca43beb
commit
4177910671
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322667
@ -1,9 +1,5 @@
|
|||||||
# New ports collection makefile for: algae
|
# Created by: Michael Neumann <mneumann@ntecs.de>
|
||||||
# Date created: 18 May 2003
|
|
||||||
# Whom: Michael Neumann <mneumann@ntecs.de>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= algae
|
PORTNAME= algae
|
||||||
PORTVERSION= 4.3.6
|
PORTVERSION= 4.3.6
|
||||||
@ -12,7 +8,7 @@ CATEGORIES= math
|
|||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A programming language for numerical analysis
|
COMMENT= Programming language for numerical analysis
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_AUTOTOOLS= autoconf
|
USE_AUTOTOOLS= autoconf
|
||||||
@ -23,6 +19,7 @@ PLIST_SUB= ALGAE_VERSION=${ALGAE_VERSION}
|
|||||||
MAN1= algae.1
|
MAN1= algae.1
|
||||||
INFO= algae
|
INFO= algae
|
||||||
|
|
||||||
|
MAKE_JOBS_UNSAFE= yes
|
||||||
USE_FORTRAN= yes
|
USE_FORTRAN= yes
|
||||||
LDFLAGS+= -L`${CAT} ${WRKSRC}/LIBDIR`/../../.. -L`${CAT} ${WRKSRC}/LIBDIR` -L${LOCALBASE}/lib
|
LDFLAGS+= -L`${CAT} ${WRKSRC}/LIBDIR`/../../.. -L`${CAT} ${WRKSRC}/LIBDIR` -L${LOCALBASE}/lib
|
||||||
FORTRANLIBS= gfortranbegin gfortran
|
FORTRANLIBS= gfortranbegin gfortran
|
||||||
|
Loading…
Reference in New Issue
Block a user