svn commit: r355961 - head/math/qrupdate

Tim Bishop tdb at FreeBSD.org
Sat May 31 11:27:04 UTC 2014


Author: tdb
Date: Sat May 31 11:27:03 2014
New Revision: 355961
URL: http://svnweb.freebsd.org/changeset/ports/355961
QAT: https://qat.redports.org/buildarchive/r355961/

Log:
  Stage support.
  
  PR:		ports/189690
  Submitted by:	Robert Jenssen <robertjenssen at ozemail.com.au> (maintainer)

Modified:
  head/math/qrupdate/Makefile

Modified: head/math/qrupdate/Makefile
==============================================================================
--- head/math/qrupdate/Makefile	Sat May 31 11:25:28 2014	(r355960)
+++ head/math/qrupdate/Makefile	Sat May 31 11:27:03 2014	(r355961)
@@ -11,11 +11,11 @@ MASTER_SITE_SUBDIR=	qrupdate/qrupdate/1.
 MAINTAINER=	robertjenssen at 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"


More information about the svn-ports-head mailing list