diff options
-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 |