From ddb99ac49a71e0f5e25ab0af911744fe88a59d1d Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sat, 14 Jul 2007 01:14:56 +0000 Subject: Now we use USE_FORTRAN=yes to use FORTRAN compiler. --- science/at/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'science/at') diff --git a/science/at/Makefile b/science/at/Makefile index dab29bdc4d9d..af4a0c84795e 100644 --- a/science/at/Makefile +++ b/science/at/Makefile @@ -16,10 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Acoustic ToolBox includes four acoustic models WRKSRC= ${WRKDIR}/at -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes post-patch: @${REINPLACE_CMD} -e "s|%%FC%%|${FC}|g" -e "s|%%F77%%|${F77}|g" -e "s|%%FFLAGS%%|${FFLAGS}|g" ${WRKSRC}/Bellhop/Makefile -- cgit v1.2.3