diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 1999-11-23 17:37:28 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 1999-11-23 17:37:28 +0000 |
commit | 2ff514e91ea418eec6998c19e653371aecb83022 (patch) | |
tree | f7c0f77348e15d55ca0b2207662db8109c39dd68 /math | |
parent | 4b8340fc0b4b94422bf89f1a471019c8dab35ef6 (diff) | |
download | pkgsrc-2ff514e91ea418eec6998c19e653371aecb83022.tar.gz |
add USE_FORTRAN
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 0a653ab4142..ab5e52b0455 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/08/26 23:52:21 jlam Exp $ +# $NetBSD: Makefile,v 1.10 1999/11/23 17:37:28 dmcmahill Exp $ # DISTNAME= R-0.64.2 @@ -18,11 +18,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= jlam@netbsd.org HOMEPAGE= http://lib.stat.cmu.edu/R/CRAN/ -.if !exists(/usr/bin/f77) -DEPENDS+= f2c-19980913:../../lang/f2c -.endif DEPENDS+= readline-4.0:../../devel/readline +USE_FORTRAN= yes USE_X11= yes USE_PERL5= yes GNU_CONFIGURE= yes |