diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-05 09:32:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-05 09:32:55 +0000 |
commit | 170dad97e2dc2f64ad5a8d16e8ebf37fca0ffc43 (patch) | |
tree | 1d1b5ff4e4c05a37b2df872ff10bf89b96a401b7 /math | |
parent | 0fac6f0c601a3ab0ffd792242e2acdf5cc60ab4e (diff) | |
download | pkgsrc-170dad97e2dc2f64ad5a8d16e8ebf37fca0ffc43.tar.gz |
Reduce tex dependencies. Bump PKGREVISION.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index a0aa43177dd..ffbb3dd9898 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.124 2015/04/23 06:50:41 dbj Exp $ +# $NetBSD: Makefile,v 1.125 2015/05/05 09:32:55 wiz Exp $ DISTNAME= octave-${OCTAVE_VER} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=octave/} MASTER_SITES+= ftp://ftp.octave.org/pub/octave/ @@ -14,7 +14,10 @@ COMMENT= High-level language, intended for numerical computations LICENSE= gnu-gpl-v3 BUILD_DEPENDS+= gperf>=2.7:../../devel/gperf -BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX +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 |