diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 21:12:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 21:12:03 +0800 |
commit | 7c34f4d31657f4aec01e3bac9e386cc534c15176 (patch) | |
tree | 73a0d0ca3378e8eb128ec17e7920b07ad20fda92 /math | |
parent | 20d023f4f27962e74787423763303f2c8e5c5b1a (diff) | |
download | freebsd-ports-gnome-7c34f4d31657f4aec01e3bac9e386cc534c15176.tar.gz freebsd-ports-gnome-7c34f4d31657f4aec01e3bac9e386cc534c15176.tar.zst freebsd-ports-gnome-7c34f4d31657f4aec01e3bac9e386cc534c15176.zip |
Mark jobs unsafe
Convert to USES=gmake where appropriate
Trim headers
Diffstat (limited to 'math')
-rw-r--r-- | math/bamg/Makefile | 9 | ||||
-rw-r--r-- | math/parmgridgen/Makefile | 8 |
2 files changed, 5 insertions, 12 deletions
diff --git a/math/bamg/Makefile b/math/bamg/Makefile index a4262d40d99b..be9cdbbb57a3 100644 --- a/math/bamg/Makefile +++ b/math/bamg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bamg -# Date created: 16 December 2003 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= bamg PORTVERSION= 1.01 @@ -23,7 +19,8 @@ RESTRICTED= No resale, contact author for commercial usage WRKSRC= ${WRKDIR}/${PORTNAME} USE_XORG= x11 -USE_GMAKE= yes +USES= gmake +MAKE_JOBS_UNSAFE= yes ALL_TARGET= world INSTALL_TARGET= install-world 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 |