pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/asymptote



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Sat Apr 16 10:29:24 UTC 2022

Modified Files:
        pkgsrc/graphics/asymptote: Makefile

Log Message:
graphics/asymptote: Uncomment previous so it takes effect.

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


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/asymptote/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/asymptote/Makefile
diff -u pkgsrc/graphics/asymptote/Makefile:1.45 pkgsrc/graphics/asymptote/Makefile:1.46
--- pkgsrc/graphics/asymptote/Makefile:1.45     Sat Apr 16 10:04:21 2022
+++ pkgsrc/graphics/asymptote/Makefile  Sat Apr 16 10:29:23 2022
@@ -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+=        makeindexk-[0-9]*:../../t
 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