diff options
author | joerg <joerg> | 2015-06-27 22:38:07 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-06-27 22:38:07 +0000 |
commit | 9991f5c72d6092c6e5d47e1adc112fbffc7e97e7 (patch) | |
tree | 4f928f4d8e5f1630feec5ea4b59e94f37225c0d3 /math/octave/Makefile | |
parent | ee3380e15305e3fa005494c3ce538db194a9564d (diff) | |
download | pkgsrc-9991f5c72d6092c6e5d47e1adc112fbffc7e97e7.tar.gz |
Needs pdftex.
Diffstat (limited to 'math/octave/Makefile')
-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 |