summaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-05-05 09:32:55 +0000
committerwiz <wiz@pkgsrc.org>2015-05-05 09:32:55 +0000
commit44fa8118a0e556a8f42d0209240606da42850b27 (patch)
tree1d1b5ff4e4c05a37b2df872ff10bf89b96a401b7 /math/octave
parent71381bc9f522b8afcb8a64b2a67a3681ca3ddad0 (diff)
downloadpkgsrc-44fa8118a0e556a8f42d0209240606da42850b27.tar.gz
Reduce tex dependencies. Bump PKGREVISION.
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile9
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