From 80b36c230633f488d3a8b3b49d753d7feb628224 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sat, 14 Jul 2007 09:27:27 +0000 Subject: Now we use USE_FORTRAN=yes to use FORTRAN compiler. --- math/gretl/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'math/gretl') 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`/../../.. -- cgit v1.2.3