diff options
author | seb <seb@pkgsrc.org> | 2002-02-17 20:30:39 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-02-17 20:30:39 +0000 |
commit | 36cf248b0d0e03f8f1f4b3457eae73ff215fc7b6 (patch) | |
tree | aaedd8fd75546d86d2b78679c299ada72907dea9 /math/octave | |
parent | 7bbe35ce54d8d7826666cc611ef03e489716c7c0 (diff) | |
download | pkgsrc-36cf248b0d0e03f8f1f4b3457eae73ff215fc7b6.tar.gz |
Be a bit more tolerant about the teTeX package version it depends
for build.
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index b9dd94ace7e..de354406d64 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2001/06/11 06:34:43 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2002/02/17 20:30:39 seb Exp $ # FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp DISTNAME= octave-2.0.16 @@ -13,7 +13,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.che.wisc.edu/octave/ COMMENT= High-level language, primarily intended for numerical computations -BUILD_DEPENDS+= teTeX-1.0.7:../../print/teTeX +BUILD_DEPENDS+= teTeX>=1.0.7:../../print/teTeX DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot CONFLICTS+= octave-2.1.* |