mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Using only gfortran42. not usng gcc41.
This commit is contained in:
parent
83fbe2694e
commit
2ac67294e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182471
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= meshgen2d
|
||||
PORTVERSION= 5.0.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/
|
||||
PKGNAMEPREFIX= elmer-
|
||||
@ -15,7 +15,11 @@ PKGNAMEPREFIX= elmer-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A Mesh Generation Utility for use with the ELMER FEM package
|
||||
|
||||
USE_GCC= 4.1+
|
||||
WANT_FORTRAN=yes #dummy but future use
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user