diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-12 21:20:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-12 21:20:04 +0800 |
commit | 9ac2cce51f6a5272123855e17223b67888bfed39 (patch) | |
tree | 5077640f5a22f591908a0deea75ab14206cdc71f /cad | |
parent | 805a8e3fa5743b61dee05aeba86964fc627da8b7 (diff) | |
download | freebsd-ports-gnome-9ac2cce51f6a5272123855e17223b67888bfed39.tar.gz freebsd-ports-gnome-9ac2cce51f6a5272123855e17223b67888bfed39.tar.zst freebsd-ports-gnome-9ac2cce51f6a5272123855e17223b67888bfed39.zip |
Mark jobs unsafe
Trim headers
Convert to USES=gmake
Diffstat (limited to 'cad')
-rw-r--r-- | cad/scotch/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/cad/scotch/Makefile b/cad/scotch/Makefile index e9edf114c12c..e40ded385a65 100644 --- a/cad/scotch/Makefile +++ b/cad/scotch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: scotch -# Date created: Thu 2 feb 2006 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= scotch DISTVERSION= 5.1.12b_esmumps @@ -21,7 +17,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFLICTS= gbase-0.* gmap-2006.* -USE_GMAKE= yes +USES= gmake +MAKE_JOBS_UNSAFE= yes + .if defined(MAINTAINER_MODE) USE_FORTRAN= yes .endif |