diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-21 06:36:35 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-21 06:36:35 +0000 |
commit | 961faa758a6bae5586ab8c38435b5e1ad60d31ad (patch) | |
tree | 12997e509da3e15836b8913ad5ed5abbfc3ff5cc /science | |
parent | fd88c48314a7497ca25be453006efee7d2c0fe24 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/elmer-eio/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/science/elmer-eio/Makefile b/science/elmer-eio/Makefile index cda734e38134..0390a6267b02 100644 --- a/science/elmer-eio/Makefile +++ b/science/elmer-eio/Makefile @@ -9,16 +9,14 @@ PORTNAME= eio PORTVERSION= 5.2.0 PORTREVISION= 1 CATEGORIES= science -MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/ +MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/src/ PKGNAMEPREFIX= elmer- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@bsdmail.org COMMENT= ELMER FEM Package Data base Interface -WANT_FORTRAN= yes -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 #gcc42 incompatibility? -F77= gfortran42 -FC= gfortran42 +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 + CONFIGURE_ENV+= FC=${FC} F77=${FC} FCFLAGS=${FCFLAGS} GNU_CONFIGURE= yes |