Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2013 06:38:03 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322308 - head/math/superlu_mt
Message-ID:  <201307050638.r656c3Bh018601@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jul  5 06:38:03 2013
New Revision: 322308
URL: http://svnweb.freebsd.org/changeset/ports/322308

Log:
  Move USE_GMAKE prior to pre.mk in preparation for USES=gmake

Modified:
  head/math/superlu_mt/Makefile

Modified: head/math/superlu_mt/Makefile
==============================================================================
--- head/math/superlu_mt/Makefile	Fri Jul  5 06:34:56 2013	(r322307)
+++ head/math/superlu_mt/Makefile	Fri Jul  5 06:38:03 2013	(r322308)
@@ -22,6 +22,7 @@ MAINTAINER=	bf@FreeBSD.org
 COMMENT=	Routines for performing multithreaded sparse factorization
 
 USE_FORTRAN=	yes
+USE_GMAKE=	yes
 
 .include <bsd.port.pre.mk>
 
@@ -56,7 +57,6 @@ BROKEN=		Does not link on sparc64
 .endif
 
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
 WRKSRC=		${WRKDIR}/SuperLU_MT_2.0
 WRKSRC_SHARED=	${WRKDIR}/SuperLU_MT_2.0_shared
 ALL_TARGET=	lib



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