diff options
author | wennmach <wennmach@pkgsrc.org> | 2001-03-29 21:21:36 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2001-03-29 21:21:36 +0000 |
commit | 361599b98c2e70302752b8ecd931bc7beb47bb92 (patch) | |
tree | 95085cbc6c49c3bc2b64777984a07d6e70e1f30d /math | |
parent | e3361d61621718a35fdb39a310c92a051bd52b36 (diff) | |
download | pkgsrc-361599b98c2e70302752b8ecd931bc7beb47bb92.tar.gz |
Added CONFLICTS to octave-2.1.*
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index ebff1ae99c1..d38fa2c45de 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/03/27 03:20:06 hubertf Exp $ +# $NetBSD: Makefile,v 1.23 2001/03/29 21:21:36 wennmach Exp $ # FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp DISTNAME= octave-2.0.16 @@ -16,6 +16,8 @@ COMMENT= High-level language, primarily intended for numerical computations BUILD_DEPENDS+= teTeX-1.0.7:../../print/teTeX DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot +CONFLICTS+= octave-2.1.* + USE_X11= yes GNU_CONFIGURE= yes USE_FORTRAN= yes |