diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
commit | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (patch) | |
tree | 1c069c3c993156dc583330fa958afbe99bb4966e /math/mumps | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: math)
Diffstat (limited to 'math/mumps')
-rw-r--r-- | math/mumps/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/mumps/Makefile b/math/mumps/Makefile index 6ddf1c522678..470beb4bc041 100644 --- a/math/mumps/Makefile +++ b/math/mumps/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: MUMPS -# Date created: 5 Mar 2006 -# Whom: Pedro Giffuni -# +# Created by: Pedro Giffuni # $FreeBSD$ -# PORTNAME= mumps PORTVERSION= 4.8.4 @@ -21,6 +17,7 @@ COMMENT= MUltifrontal Massively Parallel sparse direct Solver #----------------------------------------------------------------------- # WARNING: Non-serviceable parts inside, can break other ports +NO_STAGE= yes # You may define these options/knobs: # # FFLAGS: Fortran compiler flags for gfortran |