diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-09-30 19:25:46 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-09-30 19:25:46 +0000 |
commit | a245fe1498cad65d7a364849b208ff53a5d3a6f7 (patch) | |
tree | c03880dadc017bb964181cb364735cafab6d0f25 /math/elmer-umfpack | |
parent | 3075637e6f755767af4e106b6134500e1e761c61 (diff) | |
download | ports-a245fe1498cad65d7a364849b208ff53a5d3a6f7.tar.gz ports-a245fe1498cad65d7a364849b208ff53a5d3a6f7.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]
Notes
Notes:
svn path=/head/; revision=174200
Diffstat (limited to 'math/elmer-umfpack')
-rw-r--r-- | math/elmer-umfpack/Makefile | 3 |
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 |