aboutsummaryrefslogtreecommitdiffstats
path: root/math/gretl
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-07-14 17:27:27 +0800
committermaho <maho@FreeBSD.org>2007-07-14 17:27:27 +0800
commit6711173115d430d070a190653a976c361c2cfaef (patch)
treef94a054777afe5f4a594d9237f6c1e7b883c058f /math/gretl
parent2b3d96b3b2b29b092bd6ef6da738a2fcee6c2a65 (diff)
downloadfreebsd-ports-gnome-6711173115d430d070a190653a976c361c2cfaef.tar.gz
freebsd-ports-gnome-6711173115d430d070a190653a976c361c2cfaef.tar.zst
freebsd-ports-gnome-6711173115d430d070a190653a976c361c2cfaef.zip
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`/../../..