diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:25:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:25:33 +0000 |
commit | 9f5deb008fb9786f9a9264889d43296a258e9d92 (patch) | |
tree | ec0965bd63c70b3986830805c3ce0427524b81b2 /math/spblas | |
parent | 8f284f2bca93129cd50ac223174a3be10e707699 (diff) |
Notes
Diffstat (limited to 'math/spblas')
-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 |