From 49a47298a3dbb1de3b2a643fcfbf437226b7e5e5 Mon Sep 17 00:00:00 2001 From: maho Date: Wed, 10 Jan 2007 03:19:34 +0000 Subject: * Add WANT_FORTRAN=yes and USE_GCC=4.2+ instead. --- science/elmer-eio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/science/elmer-eio/Makefile b/science/elmer-eio/Makefile index e0f1505bb690..fb2a42c25381 100644 --- a/science/elmer-eio/Makefile +++ b/science/elmer-eio/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= elmer- MAINTAINER= ports@FreeBSD.org COMMENT= ELMER FEM Package Data base Interface -USE_GCC= 4.1+ -WITH_FORTRAN= yes +WANT_FORTRAN= yes +USE_GCC= 4.2+ F77= ${FC} CONFIGURE_ENV+= FC=${FC} F77=${FC} FCFLAGS=${FCFLAGS} -- cgit