diff options
author | jtb <jtb@pkgsrc.org> | 2001-05-03 22:16:50 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-05-03 22:16:50 +0000 |
commit | 4dec00fdaa19b9bb9869197311b23704f8b7a0f9 (patch) | |
tree | 6d546238847f53dafb711ab723c50b9db30ea28f /math/lapack | |
parent | 6048b53973ac0c7e03d8af78ddeef814601b50c4 (diff) | |
download | pkgsrc-4dec00fdaa19b9bb9869197311b23704f8b7a0f9.tar.gz |
Add defaults for all instances of EVAL_PREFIX.
Diffstat (limited to 'math/lapack')
-rw-r--r-- | math/lapack/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 905dc7db69f..ea8b19cc953 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:52 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2001/05/03 22:16:51 jtb Exp $ DISTNAME= lapack-20010201 CATEGORIES= math @@ -13,6 +13,8 @@ DEPENDS+= blas-[0-9]*:../../math/blas NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL WRKSRC= ${WRKDIR}/LAPACK USE_FORTRAN= YES + +BLAS_PREFIX_DEFAULT= ${LOCALBASE} EVAL_PREFIX+= BLAS_PREFIX=blas do-install: |