diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 00:25:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 00:25:33 +0800 |
commit | ec3fdd65b57bc698a5e8f66d1268057ca3d22e6b (patch) | |
tree | ec0965bd63c70b3986830805c3ce0427524b81b2 /math/spblas | |
parent | 3f0f7233ff91a236628a65d2f651e1a3f828177a (diff) | |
download | freebsd-ports-gnome-ec3fdd65b57bc698a5e8f66d1268057ca3d22e6b.tar.gz freebsd-ports-gnome-ec3fdd65b57bc698a5e8f66d1268057ca3d22e6b.tar.zst freebsd-ports-gnome-ec3fdd65b57bc698a5e8f66d1268057ca3d22e6b.zip |
Convert m* to USES=zip
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 |