Move USE_GMAKE prior to pre.mk in preparation for USES=gmake
This commit is contained in:
parent
2e2753ee13
commit
a1c9885a9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322308
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue