aboutsummaryrefslogtreecommitdiff
path: root/math/qrupdate
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2014-05-31 11:27:03 +0000
committerTim Bishop <tdb@FreeBSD.org>2014-05-31 11:27:03 +0000
commitb94177b342b858071d353066d9c645e963b686f7 (patch)
tree4b895f307496357735d36396122ae023962270a2 /math/qrupdate
parent607e58ef41505e3499d6c6c9843e2f88c85816f6 (diff)
downloadports-b94177b342b858071d353066d9c645e963b686f7.tar.gz
ports-b94177b342b858071d353066d9c645e963b686f7.zip
Stage support.
PR: ports/189690 Submitted by: Robert Jenssen <robertjenssen@ozemail.com.au> (maintainer)
Notes
Notes: svn path=/head/; revision=355961
Diffstat (limited to 'math/qrupdate')
-rw-r--r--math/qrupdate/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/qrupdate/Makefile b/math/qrupdate/Makefile
index ad815b86ba42..70d15c62a239 100644
--- a/math/qrupdate/Makefile
+++ b/math/qrupdate/Makefile
@@ -11,11 +11,11 @@ MASTER_SITE_SUBDIR= qrupdate/qrupdate/1.2
MAINTAINER= robertjenssen@ozemail.com.au
COMMENT= Fortran library for fast updates of QR and Cholesky decomposition
-LIB_DEPENDS= blas.2:${PORTSDIR}/math/blas lapack.4:${PORTSDIR}/math/lapack
+LIB_DEPENDS= libblas.so:${PORTSDIR}/math/blas \
+ liblapack.so:${PORTSDIR}/math/lapack
USES= fortran gmake
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"