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-mathlibs | |
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-mathlibs')
-rw-r--r-- | math/elmer-mathlibs/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/elmer-mathlibs/Makefile b/math/elmer-mathlibs/Makefile index 3bb9e7a53712..99d04313659e 100644 --- a/math/elmer-mathlibs/Makefile +++ b/math/elmer-mathlibs/Makefile @@ -15,7 +15,6 @@ PKGNAMEPREFIX= elmer- MAINTAINER= ports@FreeBSD.org COMMENT= Math libraries build with F90 for used in ELMER FEM -BUILD_DEPENDS= ${FC}:${PORTSDIR}/lang/gfortran .ifdef WITH_MPI BUILD_DEPENDS+= ${LOCALBASE}/mpich/include/mpif.h:${PORTSDIR}/net/mpich .endif @@ -27,7 +26,6 @@ CONFLICTS+= scalapack-[0-9]* USE_GCC= 4.1+ WITH_FORTRAN= yes -FC= ${LOCALBASE}/bin/gfortran41 F77= ${FC} .ifdef WITH_OPTIMIZED_FLAGS |