svn commit: r322667 - head/math/algae
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 10 11:48:17 UTC 2013
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 at ntecs.de>
-#
+# Created by: Michael Neumann <mneumann at ntecs.de>
# $FreeBSD$
-#
PORTNAME= algae
PORTVERSION= 4.3.6
@@ -12,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports at 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
More information about the svn-ports-head
mailing list