diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-06-16 02:56:50 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-06-16 02:56:50 +0000 |
commit | e9bca5e160079bd88677fb483686a47a39b8b0c5 (patch) | |
tree | 2e1ddf1563a9811e4d4dd4b52aa3165feb703aa6 /math/R/Makefile | |
parent | aed20981b165fc73db108f1813e7f0ee232dac73 (diff) | |
download | pkgsrc-e9bca5e160079bd88677fb483686a47a39b8b0c5.tar.gz |
don't key off of `alpha' to decide to do OSF specific things (-fpe3 flag
to the fortran compiler). Also mark as not for older netbsd-alpha systems
as this is an IEEE-754 infected program (hi ross!).
Diffstat (limited to 'math/R/Makefile')
-rw-r--r-- | math/R/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 3cb181622c3..1186023c624 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2002/05/24 13:24:36 markd Exp $ +# $NetBSD: Makefile,v 1.35 2002/06/16 02:56:50 dmcmahill Exp $ DISTNAME= R-1.4.1 PKGREVISION= 2 @@ -10,6 +10,10 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.R-project.org/ COMMENT= Statistical language for data analysis and graphics +#needs FPC code not found in older versions of NetBSD +NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \ + NetBSD-1.5.*-alpha NetBSD-1.5[A-U]-alpha + USE_BUILDLINK_ONLY= # defined USE_X11= # defined USE_PERL5= # defined |