diff options
author | asau <asau> | 2012-09-11 23:04:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 23:04:15 +0000 |
commit | 75214369059dc203660e28aa48bb9bbe6d1eda48 (patch) | |
tree | b25c2af3335af12ba6ddabd1da702cd960afaeee /math/superlu | |
parent | 7fbdcede50ed11cf4e67fb60b694c458430517cf (diff) | |
download | pkgsrc-75214369059dc203660e28aa48bb9bbe6d1eda48.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'math/superlu')
-rw-r--r-- | math/superlu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 2d8af532771..bc07ac5e0de 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/03/04 18:12:59 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2012/09/11 23:04:34 asau Exp $ DISTNAME= superlu_3.0 PKGNAME= superlu-3.0.1 @@ -11,8 +11,6 @@ COMMENT= ANSI C routine library for the solution of sparse linear systems DEPENDS+= blas-[0-9]*:../../math/blas -PKG_DESTDIR_SUPPORT= user-destdir - BLAS_PREFIX_DEFAULT= ${LOCALBASE} EVAL_PREFIX+= BLAS_PREFIX=blas |