diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
commit | 2a95ad9c6be52511880e6ee241b087af70706624 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /math | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 4 | ||||
-rw-r--r-- | math/abs/Makefile | 4 | ||||
-rw-r--r-- | math/xlispstat/Makefile | 4 |
3 files changed, 3 insertions, 9 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 diff --git a/math/abs/Makefile b/math/abs/Makefile index 06842c925b0..2b07dd00f06 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:52 agc Exp $ +# $NetBSD: Makefile,v 1.4 1999/02/20 22:48:35 hubertf Exp $ # DISTNAME= abs-src-0.5 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.ping.be/bertin/abs.shtml DEPENDS+= xpm-3.4k:../../graphics/xpm -CONFLICTS= abs-0.4 - USE_X11BASE= yes do-install: diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index 42b68b142d4..6949f0f9f32 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/01/30 23:18:52 agc Exp $ +# $NetBSD: Makefile,v 1.5 1999/02/20 22:48:35 hubertf Exp $ # FreeBSD Id: Makefile,v 1.7 1998/08/20 07:35:21 asami Exp # @@ -10,8 +10,6 @@ MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/3-52/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.stat.umn.edu/~luke/xls/xlsinfo/xlsinfo.html -CONFLICTS= xlispstat-3.52.5 - GNU_CONFIGURE= yes USE_X11BASE= yes |