svn commit: r322308 - head/math/superlu_mt
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jul 5 06:38:03 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list