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/odepack | |
parent | 6048b53973ac0c7e03d8af78ddeef814601b50c4 (diff) | |
download | pkgsrc-4dec00fdaa19b9bb9869197311b23704f8b7a0f9.tar.gz |
Add defaults for all instances of EVAL_PREFIX.
Diffstat (limited to 'math/odepack')
-rw-r--r-- | math/odepack/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/odepack/Makefile b/math/odepack/Makefile index f24f4ba4197..959c92fdce2 100644 --- a/math/odepack/Makefile +++ b/math/odepack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/04/28 23:59:21 jtb Exp $ +# $NetBSD: Makefile,v 1.8 2001/05/03 22:16:51 jtb Exp $ DISTNAME= odepack-20001130 CATEGORIES= math @@ -7,10 +7,13 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= packages@netbsd.org COMMENT= Systematized Collection of ODE Solvers +DEPENDS+= linpack>=20010427:../../math/linpack + NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL WRKSRC= ${WRKDIR}/odepack USE_FORTRAN= YES + pre-build: ${CP} ${FILESDIR}/Makefile ${WRKSRC} |