diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-06-12 23:01:55 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-06-12 23:01:55 +0000 |
commit | 3216facf475b9651a8259cb1ad610cafb0dc61c3 (patch) | |
tree | e42ff5cb8630264a023a67ea785430c7eee927c4 /graphics | |
parent | e654d285987ff7e6ce9805411b7147d44c997ae1 (diff) | |
download | pkgsrc-3216facf475b9651a8259cb1ad610cafb0dc61c3.tar.gz |
asymptote: fix sandboxed builds (it now requires tex-kvsetkeys)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/asymptote/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/asymptote/Makefile b/graphics/asymptote/Makefile index 2a220499ca1..7bcd81733e3 100644 --- a/graphics/asymptote/Makefile +++ b/graphics/asymptote/Makefile @@ -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-latex-bin-[0-9]*:../../print/tex-latex-bin 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 |