diff options
author | asau <asau@pkgsrc.org> | 2014-06-27 23:04:38 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2014-06-27 23:04:38 +0000 |
commit | eecff9e23bcbd3f2a56236a292610d92dd28a32d (patch) | |
tree | bd40fc517630e1be059857858290e70934f3d012 /math | |
parent | f82483c43675842fc14215e80b852cc5742a0c73 (diff) | |
download | pkgsrc-eecff9e23bcbd3f2a56236a292610d92dd28a32d.tar.gz |
Request GNU texinfo as a tool to avoid build failure when it is missing.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index c0d6842abbb..a38c25b70d1 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.122 2014/05/29 23:36:53 wiz Exp $ +# $NetBSD: Makefile,v 1.123 2014/06/27 23:04:38 asau Exp $ DISTNAME= octave-${OCTAVE_VER} PKGREVISION= 6 @@ -15,6 +15,7 @@ LICENSE= gnu-gpl-v3 BUILD_DEPENDS+= gperf>=2.7:../../devel/gperf BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX +TOOL_DEPENDS+= gtexinfo>=5.1:../../devel/gtexinfo DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot OCTAVE_VER= 3.6.4 |