diff options
author | maho <maho@FreeBSD.org> | 2007-01-12 15:10:10 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-12 15:10:10 +0800 |
commit | 447542e754933546a11b8668767a5e06235544b9 (patch) | |
tree | bfacf4b4c0e3f0aa704a382c3a2e6fc26d0ab0c3 /science | |
parent | 9bcf29fa508ff3d53eacb63c6a3e2f03ffedcea7 (diff) | |
download | freebsd-ports-gnome-447542e754933546a11b8668767a5e06235544b9.tar.gz freebsd-ports-gnome-447542e754933546a11b8668767a5e06235544b9.tar.zst freebsd-ports-gnome-447542e754933546a11b8668767a5e06235544b9.zip |
Remove gfortran dependency. it is not used actually.
Diffstat (limited to 'science')
-rw-r--r-- | science/elmergrid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/elmergrid/Makefile b/science/elmergrid/Makefile index b9300359a462..72ec881d902e 100644 --- a/science/elmergrid/Makefile +++ b/science/elmergrid/Makefile @@ -14,9 +14,8 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/ MAINTAINER= ports@FreeBSD.org COMMENT= A Mesh Manipulation Utility for use with the ELMER FEM package -USE_GCC= 4.2+ -GNU_CONFIGURE= yes ALL_TARGET= +GNU_CONFIGURE= yes PLIST_FILES= bin/${MACHINE_ARCH}-portbld-freebsd${OSREL}-ElmerGrid \ bin/ElmerGrid |