summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz>2015-05-05 09:32:55 +0000
committerwiz <wiz>2015-05-05 09:32:55 +0000
commit4cbbb3e8ad759c23e0584f9572c0ea7078484fe6 (patch)
tree1d1b5ff4e4c05a37b2df872ff10bf89b96a401b7 /math
parent424cea79cbdebed86c10b1d5f26aa9cbde8c3ab1 (diff)
downloadpkgsrc-4cbbb3e8ad759c23e0584f9572c0ea7078484fe6.tar.gz
Reduce tex dependencies. Bump PKGREVISION.
Diffstat (limited to 'math')
-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