diff options
author | joerg <joerg@pkgsrc.org> | 2015-06-27 22:38:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-06-27 22:38:07 +0000 |
commit | d0987d01896a3044b58669a0fc2bdeaf1e269b1c (patch) | |
tree | 4f928f4d8e5f1630feec5ea4b59e94f37225c0d3 /math | |
parent | ddd54a1a4a456f298f58b3685c3cfeca318550e8 (diff) | |
download | pkgsrc-d0987d01896a3044b58669a0fc2bdeaf1e269b1c.tar.gz |
Needs pdftex.
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 e635d859a5e..fe70e624ee2 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.127 2015/06/15 21:18:03 joerg Exp $ +# $NetBSD: Makefile,v 1.128 2015/06/27 22:38:07 joerg Exp $ DISTNAME= octave-${OCTAVE_VER} PKGREVISION= 9 @@ -18,6 +18,7 @@ BUILD_DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk BUILD_DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf BUILD_DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex +BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex TOOL_DEPENDS+= gtexinfo>=5.1:../../devel/gtexinfo DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot |