Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2014 16:18:56 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358286 - head/math/linpack
Message-ID:  <201406181618.s5IGIuFL033265@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406181618.s5IGIuFL033265>