diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 02:56:36 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 02:56:36 +0000 |
commit | 3034d94e677c00cc00546fe59b90130e23d419e7 (patch) | |
tree | 95c766cdd826712bc89c06e598577d27e09b5499 /science/getdp | |
parent | bf8612ab0a529962905e293af7c211cb74cbb55b (diff) |
Notes
Diffstat (limited to 'science/getdp')
-rw-r--r-- | science/getdp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile index 9d866824874b..64e5d50fadcc 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -19,13 +19,9 @@ COMMENT= A rather general finite element solver using mixed finite elements LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl \ lapack.4:${PORTSDIR}/math/lapack -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 -CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" - +USE_FORTRAN= yes GNU_CONFIGURE= yes +CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-gsl-prefix=${LOCALBASE} \ --with-blas-lapack-prefix=${LOCALBASE} |