aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2007-01-17 00:30:08 +0800
committerbsam <bsam@FreeBSD.org>2007-01-17 00:30:08 +0800
commit022a6086af4c13cd2559ca3912ea5b5d0e943dc8 (patch)
tree159a5d67a15698cb1ac269d5be2808899fbb70ce /math
parentfb9b201b9ff11baf053fdd019880cb00fa7666a6 (diff)
downloadfreebsd-ports-gnome-022a6086af4c13cd2559ca3912ea5b5d0e943dc8.tar.gz
freebsd-ports-gnome-022a6086af4c13cd2559ca3912ea5b5d0e943dc8.tar.zst
freebsd-ports-gnome-022a6086af4c13cd2559ca3912ea5b5d0e943dc8.zip
- make fetchable, same site, another path
- pet portlint, spaces -> tab PR: 107980 Submitted by: Thomas Abthorpe <thomas at goodking.ca>
Diffstat (limited to 'math')
-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}