From 022a6086af4c13cd2559ca3912ea5b5d0e943dc8 Mon Sep 17 00:00:00 2001 From: bsam Date: Tue, 16 Jan 2007 16:30:08 +0000 Subject: - make fetchable, same site, another path - pet portlint, spaces -> tab PR: 107980 Submitted by: Thomas Abthorpe --- math/elmer-umfpack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math') 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} -- cgit