diff --git a/science/elmer-hutiter/Makefile b/science/elmer-hutiter/Makefile index bf8f088da58a..44af6fcd63e0 100644 --- a/science/elmer-hutiter/Makefile +++ b/science/elmer-hutiter/Makefile @@ -16,6 +16,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= HUTIter library for use in the ELMER FEM package LIB_DEPENDS= arpack.1:${PORTSDIR}/math/arpack + +.include + .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) WITH_ATLAS= yes .endif @@ -30,8 +33,6 @@ BLAS= -lblas LAPACK= -llapack .endif -.include - WANT_FORTRAN= yes #dummy but future use BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 FC= gfortran42