diff options
author | maho <maho@FreeBSD.org> | 2007-01-12 15:16:24 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-12 15:16:24 +0800 |
commit | 5b4f628f0531096b205407c4b3dc662a2e5f7b16 (patch) | |
tree | c6d9f72660336913da1a2dfdc183071440b75182 /science/elmerpost | |
parent | 108d528ef0d1bfe68b508bb10ccf64bcda70ae79 (diff) | |
download | freebsd-ports-gnome-5b4f628f0531096b205407c4b3dc662a2e5f7b16.tar.gz freebsd-ports-gnome-5b4f628f0531096b205407c4b3dc662a2e5f7b16.tar.zst freebsd-ports-gnome-5b4f628f0531096b205407c4b3dc662a2e5f7b16.zip |
Remove USE_GCC line as it is not necessary.
Diffstat (limited to 'science/elmerpost')
-rw-r--r-- | science/elmerpost/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/science/elmerpost/Makefile b/science/elmerpost/Makefile index 1a7ce3e70746..77f11f4555f5 100644 --- a/science/elmerpost/Makefile +++ b/science/elmerpost/Makefile @@ -27,7 +27,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= -USE_GCC= 4.1 #4.2 has bugs WANT_FORTRAN= yes BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 CONFIGURE_ENV+= FC=gfortran42 F77=gfortran42 FCFLAGS=${FCFLAGS} |