summaryrefslogtreecommitdiff
path: root/science/getdp
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-07-14 02:56:36 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-07-14 02:56:36 +0000
commit3034d94e677c00cc00546fe59b90130e23d419e7 (patch)
tree95c766cdd826712bc89c06e598577d27e09b5499 /science/getdp
parentNow we use USE_FORTRAN=yes to use FORTRAN compiler. (diff)
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Notes
Notes: svn path=/head/; revision=195551
Diffstat (limited to 'science/getdp')
-rw-r--r--science/getdp/Makefile8
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}