diff options
Diffstat (limited to 'math/spblas/Makefile')
-rw-r--r-- | math/spblas/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/spblas/Makefile b/math/spblas/Makefile index a92d1cfffea8..44b48625e60a 100644 --- a/math/spblas/Makefile +++ b/math/spblas/Makefile @@ -10,9 +10,8 @@ DISTFILES= nist_spblas_${DISTVERSION}.zip:1 MAINTAINER= bf@FreeBSD.org COMMENT= NIST Sparse Basic Linear Algebra Subprograms (BLAS) -USE_DOS2UNIX= yes +USES= dos2unix zip USE_LDCONFIG= yes -USE_ZIP= yes HEADERS= blas_enum.h blas_sparse.h blas_sparse_proto.h HDIR = include/spblas |