aboutsummaryrefslogtreecommitdiff
path: root/science/elmer-hutiter
diff options
context:
space:
mode:
Diffstat (limited to 'science/elmer-hutiter')
-rw-r--r--science/elmer-hutiter/Makefile5
1 files changed, 3 insertions, 2 deletions
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 <bsd.port.pre.mk>
+
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
WITH_ATLAS= yes
.endif
@@ -30,8 +33,6 @@ BLAS= -lblas
LAPACK= -llapack
.endif
-.include <bsd.port.pre.mk>
-
WANT_FORTRAN= yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC= gfortran42