diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 13:20:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 13:20:04 +0000 |
commit | cfcc8c6c9a8b2528c8f675f275cf2be296d723f8 (patch) | |
tree | 5077640f5a22f591908a0deea75ab14206cdc71f /cad | |
parent | fead33089d4696e67d69df843698ea7995164815 (diff) | |
download | ports-cfcc8c6c9a8b2528c8f675f275cf2be296d723f8.tar.gz ports-cfcc8c6c9a8b2528c8f675f275cf2be296d723f8.zip |
Notes
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 |