summaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-03-27 03:19:43 +0000
committerhubertf <hubertf>2001-03-27 03:19:43 +0000
commitf63de72ad91a5e675f6b4da410b4fc8333fc0d81 (patch)
tree387535a43617bd882ee1e20ce4779c6544f8925b /math/octave
parent8f8631769bc10d6d2843a57e8f6ca7d8c8fa63da (diff)
downloadpkgsrc-f63de72ad91a5e675f6b4da410b4fc8333fc0d81.tar.gz
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 <agc@netbsd.org>
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile5
1 files changed, 2 insertions, 3 deletions
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