Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/asymptote asymptote: fix sandboxed builds (it...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d14bc43d8e2
branches:  trunk
changeset: 434213:7d14bc43d8e2
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Jun 12 23:01:55 2020 +0000

description:
asymptote: fix sandboxed builds (it now requires tex-kvsetkeys)

diffstat:

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

diffs (17 lines):

diff -r 94e8f7c1fdb7 -r 7d14bc43d8e2 graphics/asymptote/Makefile
--- a/graphics/asymptote/Makefile       Fri Jun 12 21:04:50 2020 +0000
+++ b/graphics/asymptote/Makefile       Fri Jun 12 23:01:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/04/15 22:53:33 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2020/06/12 23:01:55 gutteridge Exp $
 
 DISTNAME=      asymptote-2.41
 PKGREVISION=   4
@@ -18,6 +18,7 @@
 TOOL_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
 TOOL_DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf
 TOOL_DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+TOOL_DEPENDS+= tex-kvsetkeys-[0-9]*:../../print/tex-kvsetkeys
 TOOL_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
 TOOL_DEPENDS+= tex-parskip-[0-9]*:../../print/tex-parskip
 TOOL_DEPENDS+= tex-texinfo-[0-9]*:../../print/tex-texinfo



Home | Main Index | Thread Index | Old Index