svn commit: r358286 - head/math/linpack

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jun 18 16:18:57 UTC 2014


Author: vanilla
Date: Wed Jun 18 16:18:56 2014
New Revision: 358286
URL: http://svnweb.freebsd.org/changeset/ports/358286
QAT: https://qat.redports.org/buildarchive/r358286/

Log:
  1: Stagify.
  2: new syntax of LIB_DEPENDS
  
  Approved by:	portmgr@

Modified:
  head/math/linpack/Makefile

Modified: head/math/linpack/Makefile
==============================================================================
--- head/math/linpack/Makefile	Wed Jun 18 16:16:40 2014	(r358285)
+++ head/math/linpack/Makefile	Wed Jun 18 16:18:56 2014	(r358286)
@@ -11,12 +11,11 @@ DISTFILES=	${SRCS}
 MAINTAINER=	bf at FreeBSD.org
 COMMENT=	Linear Algebra package
 
-LIB_DEPENDS=	blas.2:${PORTSDIR}/math/blas
+LIB_DEPENDS=	libblas.so:${PORTSDIR}/math/blas
 MAKE_ENV=	WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
 
 USES=		fortran
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list