pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[PATCH] Fix math/octave dependency



Hello,

The Makefile for math/octave referes to print/tex-latex-fonts whereas it
should refer to fonts/tex-latex-fonts.

-- 
Iain Morgan

Correct location for tex-latex-fonts dependency.


--- Makefile.orig	2015-06-12 17:53:53.720320473 +0000
+++ Makefile
@@ -2,5 +2,5 @@
 
 DISTNAME=	octave-${OCTAVE_VER}
-PKGREVISION=	9
+PKGREVISION=	10
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GNU:=octave/}
@@ -17,5 +17,5 @@ BUILD_DEPENDS+=	gperf>=2.7:../../devel/g
 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-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts
 BUILD_DEPENDS+=	tex-tex-[0-9]*:../../print/tex-tex
 TOOL_DEPENDS+=	gtexinfo>=5.1:../../devel/gtexinfo


Home | Main Index | Thread Index | Old Index