summaryrefslogtreecommitdiff
path: root/math/gretl
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-07-14 09:27:27 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-07-14 09:27:27 +0000
commit80b36c230633f488d3a8b3b49d753d7feb628224 (patch)
treedeb39053accc6047e83affcb28cf09bc94b4a659 /math/gretl
parentNow we use USE_FORTRAN=yes to use FORTRAN compiler. (diff)
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Diffstat (limited to 'math/gretl')
-rw-r--r--math/gretl/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index f5ea2eacf421..020c8a81e8d7 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -33,10 +33,7 @@ USE_LDCONFIG= yes
MAN1= gretl.1 gretl-config.1
-WANT_FORTRAN= yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-FC= gfortran42
-F77= gfortran42
+USE_FORTRAN= yes
CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" LAPACK_LIBS="${BLAS} ${LAPACK} -l${FORTRANRUNTIME}"
FORTRANRUNTIME= gfortran
GCCLIBDIR= -L`${CAT} ${WRKSRC}/LIBDIR` -L`${CAT} ${WRKSRC}/LIBDIR`/../../..