diff options
author | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
commit | a4cbe4cb0445443d02c5d3c6f788d17367537b92 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /math/R | |
parent | 878b71762a717be3626e0baac746b75c52f812b6 (diff) | |
download | pkgsrc-a4cbe4cb0445443d02c5d3c6f788d17367537b92.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index c9823bc4032..000c89c7252 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/01/14 13:57:04 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1999/02/20 22:48:35 hubertf Exp $ # DISTNAME= R-0.63.1 @@ -22,8 +22,6 @@ DEPENDS+= f2c-19980913:../../lang/f2c .endif DEPENDS+= readline-2.2:../../devel/readline -CONFLICTS= R-0.63.0 - USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-readline --with-x |