diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-01-14 13:57:04 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-01-14 13:57:04 +0000 |
commit | 23ff98f60e076e4877c1255dd9f5b0f713440d16 (patch) | |
tree | 2698c0ca452f37bab17b78bb1107d28488ff47b9 /math/R/Makefile | |
parent | 8a09c3c50bf11a748c0dc705e7c47a7b054d914c (diff) | |
download | pkgsrc-23ff98f60e076e4877c1255dd9f5b0f713440d16.tar.gz |
Reflect update of f2c.
Diffstat (limited to 'math/R/Makefile')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 6c99b71a31a..c9823bc4032 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/12/21 10:29:39 frueauf Exp $ +# $NetBSD: Makefile,v 1.3 1999/01/14 13:57:04 frueauf Exp $ # DISTNAME= R-0.63.1 @@ -18,7 +18,7 @@ MAINTAINER= lamj@stat.cmu.edu HOMEPAGE= http://lib.stat.cmu.edu/R/CRAN/ .if !exists(/usr/bin/f77) -DEPENDS+= f2c:../../lang/f2c +DEPENDS+= f2c-19980913:../../lang/f2c .endif DEPENDS+= readline-2.2:../../devel/readline |