pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/asymptote graphics/asymptote: Uncomment previ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2cc23ed10866
branches:  trunk
changeset: 377101:2cc23ed10866
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Sat Apr 16 10:29:23 2022 +0000

description:
graphics/asymptote: Uncomment previous so it takes effect.

Had commented this while verifying it is actually needed, and forgot
to uncomment before committing.

diffstat:

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

diffs (18 lines):

diff -r 8de2956dd2e4 -r 2cc23ed10866 graphics/asymptote/Makefile
--- a/graphics/asymptote/Makefile       Sat Apr 16 10:04:21 2022 +0000
+++ b/graphics/asymptote/Makefile       Sat Apr 16 10:29:23 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2022/04/16 10:04:21 riastradh Exp $
+# $NetBSD: Makefile,v 1.46 2022/04/16 10:29:23 riastradh Exp $
 
 DISTNAME=      asymptote-2.79
 CATEGORIES=    graphics
@@ -16,7 +16,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-epstopdf-pkg-[0-9]*:../../print/tex-epstopdf-pkg
+TOOL_DEPENDS+= tex-epstopdf-pkg-[0-9]*:../../print/tex-epstopdf-pkg
 TOOL_DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
 TOOL_DEPENDS+= tex-kvsetkeys-[0-9]*:../../print/tex-kvsetkeys
 TOOL_DEPENDS+= tex-media9-[0-9]*:../../print/tex-media9



Home | Main Index | Thread Index | Old Index