diff options
Diffstat (limited to 'math/superlu/Makefile')
-rw-r--r-- | math/superlu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 3e72072c1f1e..6c9bd5e26924 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -16,7 +16,7 @@ COMMENT= Library of routines for performing sparse factorization LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt -USES= cmake:outsource fortran +USES= cmake fortran USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/SuperLU_${PORTVERSION} |