pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math Permit teTeX2 as well as teTeX for BUILD_DEPENDS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/860af63a8185
branches:  trunk
changeset: 462243:860af63a8185
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Sep 28 17:54:14 2003 +0000

description:
Permit teTeX2 as well as teTeX for BUILD_DEPENDS.

diffstat:

 math/octave-current/Makefile |  4 ++--
 math/octave/Makefile         |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 08b066aa484a -r 860af63a8185 math/octave-current/Makefile
--- a/math/octave-current/Makefile      Sun Sep 28 16:14:44 2003 +0000
+++ b/math/octave-current/Makefile      Sun Sep 28 17:54:14 2003 +0000
@@ -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 @@
 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"
diff -r 08b066aa484a -r 860af63a8185 math/octave/Makefile
--- a/math/octave/Makefile      Sun Sep 28 16:14:44 2003 +0000
+++ b/math/octave/Makefile      Sun Sep 28 17:54:14 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2003/08/09 11:11:34 seb Exp $
+# $NetBSD: Makefile,v 1.37 2003/09/28 18:02:16 kristerw Exp $
 # FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp
 
 DISTNAME=      octave-2.0.17
@@ -14,7 +14,7 @@
 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
 
 CONFLICTS+=    octave-2.1.*



Home | Main Index | Thread Index | Old Index