diff options
Diffstat (limited to 'math/octave-current')
-rw-r--r-- | math/octave-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index c4cea48d6f8..d03ff11b801 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2003/09/17 19:40:47 grant Exp $ +# $NetBSD: Makefile,v 1.23 2003/09/28 17:54:14 kristerw Exp $ DISTNAME= octave-2.1.33 PKGNAME= octave-2.1.34 @@ -18,7 +18,7 @@ MAINTAINER= tech-pkg@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{,2}>=1.0.7:../../print/teTeX DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" |