From f63de72ad91a5e675f6b4da410b4fc8333fc0d81 Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 27 Mar 2001 03:19:43 +0000 Subject: Change BUILD_DEPENDS semantics: first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks --- math/octave/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'math/octave') diff --git a/math/octave/Makefile b/math/octave/Makefile index 63508e6d7df..ebff1ae99c1 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/03/22 13:30:58 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2001/03/27 03:20:06 hubertf Exp $ # FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp DISTNAME= octave-2.0.16 @@ -13,8 +13,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.che.wisc.edu/octave/ COMMENT= High-level language, primarily intended for numerical computations -BUILD_DEPENDS+= tex:../../print/teTeX -BUILD_DEPENDS+= dvips:../../print/teTeX +BUILD_DEPENDS+= teTeX-1.0.7:../../print/teTeX DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot USE_X11= yes -- cgit v1.2.3