diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-07-15 16:12:19 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-07-15 16:12:19 +0000 |
commit | 025104e02eedef0557a64a507d86a6f907e2c06f (patch) | |
tree | c137783a237a315748c4aedad07a34f15882360f /science/elmerpost/Makefile | |
parent | 418670d7621cda0caa80ecfaeaaaeeeaf7227e24 (diff) | |
download | ports-025104e02eedef0557a64a507d86a6f907e2c06f.tar.gz ports-025104e02eedef0557a64a507d86a6f907e2c06f.zip |
Notes
Diffstat (limited to 'science/elmerpost/Makefile')
-rw-r--r-- | science/elmerpost/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/science/elmerpost/Makefile b/science/elmerpost/Makefile index 17841924938b..04186aa6a630 100644 --- a/science/elmerpost/Makefile +++ b/science/elmerpost/Makefile @@ -27,9 +27,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= -WANT_FORTRAN= yes -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -CONFIGURE_ENV+= FC=gfortran42 F77=gfortran42 FCFLAGS=${FCFLAGS} +USE_FORTRAN= yes +CONFIGURE_ENV+= FC=${FC} F77=${FC} FCFLAGS=${FCFLAGS} PLIST_SUB= ARCH=${MACHINE_ARCH} |