Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 14:10:01 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344753 - head/math/blacs
Message-ID:  <201402171410.s1HEA1uu076836@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Mon Feb 17 14:10:01 2014
New Revision: 344753
URL: http://svnweb.freebsd.org/changeset/ports/344753
QAT: https://qat.redports.org/buildarchive/r344753/

Log:
  Fixup for r344614: define USES before including bsd.port.pre.mk.
  
  Reported by:	antoine

Modified:
  head/math/blacs/Makefile

Modified: head/math/blacs/Makefile
==============================================================================
--- head/math/blacs/Makefile	Mon Feb 17 14:06:20 2014	(r344752)
+++ head/math/blacs/Makefile	Mon Feb 17 14:10:01 2014	(r344753)
@@ -20,6 +20,8 @@ COMMENT=	The BLACS (Basic Linear Algebra
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message
+USES=		fortran gmake
+USE_LDCONFIG=	yes
 
 NO_STAGE=	yes
 .include <bsd.port.pre.mk>
@@ -37,9 +39,6 @@ LIB_DEPENDS+=	mpich:${PORTSDIR}/net/mpic
 EXTRA_PATCHES+=	${FILESDIR}/Bmake.inc-mpich.diff
 .endif
 
-USE_LDCONFIG=	yes
-
-USES=		fortran gmake
 F77EXTRAFLAGS=	#-w -fno-globals -fugly-complex
 DEBUG_LEVEL=	0
 



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