aboutsummaryrefslogtreecommitdiffstats
path: root/math/elmer-umfpack/Makefile
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-10-01 03:25:46 +0800
committerlinimon <linimon@FreeBSD.org>2006-10-01 03:25:46 +0800
commit9d9cab5601898d693370ff6e348778d7943eaaae (patch)
tree626216f3b3985b2bf7fb5973bfd3fff1d2074551 /math/elmer-umfpack/Makefile
parent6352ee8411d5bb86705c62e877feb428d655aead (diff)
downloadfreebsd-ports-gnome-9d9cab5601898d693370ff6e348778d7943eaaae.tar.gz
freebsd-ports-gnome-9d9cab5601898d693370ff6e348778d7943eaaae.tar.zst
freebsd-ports-gnome-9d9cab5601898d693370ff6e348778d7943eaaae.zip
* Split bsd.port.mk pre and post includes into 3 pieces instead of 2, to
allow OPTIONS to be able to influence dependencies. This is still experimental [1] * Teach bsd.gcc.mk about gfortran [2] * Remove the outdated emulators/linux_base; the new default has been linux_base-fc4. This will allow the outdated port to be removed [3] * Add USE_FIREBIRD macros to bsd.database.mk [4] PR: 93687 [1], 93690 [2], 103184 [3], 103357 [4] Submitted by: shaun [1], Pedro F. Giffuni <giffunip at asme to org> [2], gerald [2], thierry [2], vd [3], skv [4]
Diffstat (limited to 'math/elmer-umfpack/Makefile')
-rw-r--r--math/elmer-umfpack/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/math/elmer-umfpack/Makefile b/math/elmer-umfpack/Makefile
index 1239a4443fa7..438b355072db 100644
--- a/math/elmer-umfpack/Makefile
+++ b/math/elmer-umfpack/Makefile
@@ -15,13 +15,10 @@ PKGNAMEPREFIX= elmer-
MAINTAINER= ports@FreeBSD.org
COMMENT= UMFPACK library used by ELMER FEM package
-BUILD_DEPENDS= ${FC}:${PORTSDIR}/lang/gfortran
-
CONFLICTS= umfpack-[0-9].[0-9]*
USE_GCC= 4.1+
WITH_FORTRAN= yes
-FC= ${LOCALBASE}/bin/gfortran41
F77= ${FC}
CONFIGURE_ENV+= FC=${FC} F77=${FC}
GNU_CONFIGURE= yes