aboutsummaryrefslogtreecommitdiffstats
path: root/math/elmer-umfpack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/elmer-umfpack/Makefile')
-rw-r--r--math/elmer-umfpack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/elmer-umfpack/Makefile b/math/elmer-umfpack/Makefile
index 4e04710d1a91..41f198dcb07e 100644
--- a/math/elmer-umfpack/Makefile
+++ b/math/elmer-umfpack/Makefile
@@ -10,14 +10,14 @@ PORTVERSION= 4.4
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= math
-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
COMMENT= UMFPACK library used by ELMER FEM package
WANT_FORTRAN=yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC= gfortran42
F77= gfortran42
CONFIGURE_ENV+= FC=${FC} F77=${FC}