aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse
diff options
context:
space:
mode:
Diffstat (limited to 'math/suitesparse')
-rw-r--r--math/suitesparse/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 41143a955a0a..a076e1c99afa 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -16,7 +16,11 @@ DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
MAINTAINER= maho@FreeBSD.org
COMMENT= SuiteSparse is a set of packages for sparse matrices calculation
-LIB_DEPENDS= metis:${PORTSDIR}/math/metis
+LIB_DEPENDS= metis:${PORTSDIR}/math/metis
+
+CONFLICTS= umfpack-*
+
+.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
WITH_ATLAS= yes
@@ -32,10 +36,6 @@ BLAS= -L${LOCALBASE}/lib -lblas
LAPACK= -L${LOCALBASE}/lib -llapack
.endif
-CONFLICTS= umfpack-*
-
-.include <bsd.port.pre.mk>
-
.if ${ARCH} == "sparc64" || ${ARCH} == "amd64"
FPIC= -fPIC
.else