diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-05 06:38:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-05 06:38:03 +0000 |
commit | a1c9885a9d3eb670a9e6238ff8786ad66020f9de (patch) | |
tree | 6f5ae7364241cb96a622ea25364ca75fa80cd7eb /math/superlu_mt | |
parent | 2e2753ee130ca95a35429eb9ddddc3190c6e4f58 (diff) |
Move USE_GMAKE prior to pre.mk in preparation for USES=gmake
Notes
Notes:
svn path=/head/; revision=322308
Diffstat (limited to 'math/superlu_mt')
-rw-r--r-- | math/superlu_mt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index 94ae9bb34331..3ab92465d36b 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -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 |