diff options
author | joerg <joerg@pkgsrc.org> | 2015-06-15 21:18:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-06-15 21:18:03 +0000 |
commit | 5713571d08c97ead62dd1e776c1dab0fd3652040 (patch) | |
tree | 46247d2ecdac3284a6e8357caeb334166a2dc5b1 /math/octave | |
parent | 298546ef383f933c9e10f8562a4bc9d377350d0a (diff) | |
download | pkgsrc-5713571d08c97ead62dd1e776c1dab0fd3652040.tar.gz |
tex-latex-fonts is in fonts, not in print.
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 44dfe45f197..e635d859a5e 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.126 2015/06/12 10:50:28 wiz Exp $ +# $NetBSD: Makefile,v 1.127 2015/06/15 21:18:03 joerg Exp $ DISTNAME= octave-${OCTAVE_VER} PKGREVISION= 9 @@ -14,9 +14,9 @@ COMMENT= High-level language, intended for numerical computations LICENSE= gnu-gpl-v3 BUILD_DEPENDS+= gperf>=2.7:../../devel/gperf +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-latex-fonts-[0-9]*:../../print/tex-latex-fonts BUILD_DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex TOOL_DEPENDS+= gtexinfo>=5.1:../../devel/gtexinfo DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot |