aboutsummaryrefslogtreecommitdiff
path: root/math/taucs
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /math/taucs
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Notes
Diffstat (limited to 'math/taucs')
-rw-r--r--math/taucs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/taucs/Makefile b/math/taucs/Makefile
index 2a64cd5a6f2a..5ad86ef1023e 100644
--- a/math/taucs/Makefile
+++ b/math/taucs/Makefile
@@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}
MAINTAINER= bf@FreeBSD.org
COMMENT= C library of sparse linear solvers
-LIB_DEPENDS= libmetis.so:${PORTSDIR}/math/metis4
+LIB_DEPENDS= libmetis.so:math/metis4
HAS_CONFIGURE= yes
USES= fortran tar:tgz
@@ -37,12 +37,12 @@ WITH_BLAS?= reference
.endif
.if ${WITH_BLAS} == atlas
-LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas
+LIB_DEPENDS+= libatlas.so:math/atlas
BLAS= -lf77blas
LAPACK= -lalapack -lcblas
.elif ${WITH_BLAS} == reference
-LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack
-LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas
+LIB_DEPENDS+= liblapack.so:math/lapack
+LIB_DEPENDS+= libblas.so:math/blas
BLAS= -lblas
LAPACK= -llapack
.endif