pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/asymptote Fix path to tex-texinfo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d878b21a80e
branches:  trunk
changeset: 651752:1d878b21a80e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 11 10:32:54 2015 +0000

description:
Fix path to tex-texinfo.

diffstat:

 graphics/asymptote/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a940d8e79de3 -r 1d878b21a80e graphics/asymptote/Makefile
--- a/graphics/asymptote/Makefile       Mon May 11 08:43:44 2015 +0000
+++ b/graphics/asymptote/Makefile       Mon May 11 10:32:54 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2015/05/02 05:56:07 markd Exp $
+# $NetBSD: Makefile,v 1.18 2015/05/11 10:32:54 wiz Exp $
 #
 
 DISTNAME=      asymptote-2.15
@@ -20,7 +20,7 @@
 BUILD_DEPENDS+=        tex-epsf-[0-9]*:../../print/tex-epsf
 BUILD_DEPENDS+=        tex-pdftex-[0-9]*:../../print/tex-pdftex
 BUILD_DEPENDS+=        tex-parskip-[0-9]*:../../print/tex-parskip
-BUILD_DEPENDS+=        tex-texinfo-[0-9]*:../../wip/tex-texinfo
+BUILD_DEPENDS+=        tex-texinfo-[0-9]*:../../print/tex-texinfo
 BUILD_DEPENDS+=        tex-tools-[0-9]*:../../print/tex-tools
 DEPENDS+=      tex-geometry-[0-9]*:../../print/tex-geometry
 USE_TOOLS+=    gs



Home | Main Index | Thread Index | Old Index