diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 13:12:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 13:12:03 +0000 |
commit | a232992c7c1bf7322cb9ea669a3e1a18dba28490 (patch) | |
tree | 73a0d0ca3378e8eb128ec17e7920b07ad20fda92 /math/parmgridgen | |
parent | ebf253ccf93c0958205e415becd1ff838654d5b1 (diff) |
Mark jobs unsafe
Convert to USES=gmake where appropriate
Trim headers
Notes
Notes:
svn path=/head/; revision=322689
Diffstat (limited to 'math/parmgridgen')
-rw-r--r-- | math/parmgridgen/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/parmgridgen/Makefile b/math/parmgridgen/Makefile index 5afdc5652b34..67fe15afc67d 100644 --- a/math/parmgridgen/Makefile +++ b/math/parmgridgen/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: math/parmgirdgen -# Date created: 22 Nov 2010 -# Whom: Stas Timokhin <devel@stasyan.com> -# +# Created by: Stas Timokhin <devel@stasyan.com> # $FreeBSD$ -# PORTNAME= parmgridgen PORTVERSION= 1.0 @@ -20,7 +16,7 @@ COMMENT= Library for obtaining a sequence of successive coarse grids ALL_TARGET= parallel LIB_DEPENDS+= mpi.1:${PORTSDIR}/net/openmpi -USE_GMAKE= yes +USES= gmake post-patch: #respect CFLAGS |