diff options
author | linimon <linimon@FreeBSD.org> | 2006-10-01 03:25:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-10-01 03:25:46 +0800 |
commit | 9d9cab5601898d693370ff6e348778d7943eaaae (patch) | |
tree | 626216f3b3985b2bf7fb5973bfd3fff1d2074551 /science/elmer-matc | |
parent | 6352ee8411d5bb86705c62e877feb428d655aead (diff) | |
download | freebsd-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 'science/elmer-matc')
-rw-r--r-- | science/elmer-matc/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/science/elmer-matc/Makefile b/science/elmer-matc/Makefile index 304ed4676e3a..40a19104dfae 100644 --- a/science/elmer-matc/Makefile +++ b/science/elmer-matc/Makefile @@ -14,11 +14,8 @@ PKGNAMEPREFIX= elmer- MAINTAINER= ports@FreeBSD.org COMMENT= MatC language library used by ELMER FEM package -BUILD_DEPENDS= ${FC}:${PORTSDIR}/lang/gfortran - USE_GCC= 4.1+ WITH_FORTRAN= yes -FC= ${LOCALBASE}/bin/gfortran41 F77= ${FC} CONFIGURE_ENV+= FC=${FC} F77=${FC} |