Fri Mar 27 03:41:34 2020 UTC ()
graphics/asymptote needs devel/tex-etoolbox


(riastradh)
diff -r1.34 -r1.35 pkgsrc/graphics/asymptote/Makefile

cvs diff -r1.34 -r1.35 pkgsrc/graphics/asymptote/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/asymptote/Makefile 2020/03/27 03:41:20 1.34
+++ pkgsrc/graphics/asymptote/Makefile 2020/03/27 03:41:34 1.35
@@ -1,32 +1,33 @@ @@ -1,32 +1,33 @@
1# $NetBSD: Makefile,v 1.34 2020/03/27 03:41:20 riastradh Exp $ 1# $NetBSD: Makefile,v 1.35 2020/03/27 03:41:34 riastradh Exp $
2 2
3DISTNAME= asymptote-2.41 3DISTNAME= asymptote-2.41
4PKGREVISION= 4 4PKGREVISION= 4
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asymptote/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asymptote/}
7EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
8DISTFILES= ${DISTNAME}.src${EXTRACT_SUFX} 8DISTFILES= ${DISTNAME}.src${EXTRACT_SUFX}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://asymptote.sourceforge.io/ 11HOMEPAGE= https://asymptote.sourceforge.io/
12COMMENT= Powerful descriptive vector graphics language for technical drawings 12COMMENT= Powerful descriptive vector graphics language for technical drawings
13LICENSE= gnu-gpl-v3 AND gnu-lgpl-v3 13LICENSE= gnu-gpl-v3 AND gnu-lgpl-v3
14 14
15TOOL_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk 15TOOL_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
16TOOL_DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk 16TOOL_DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk
17TOOL_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin 17TOOL_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
18TOOL_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec 18TOOL_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
19TOOL_DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf 19TOOL_DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf
 20TOOL_DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
20TOOL_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex 21TOOL_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
21TOOL_DEPENDS+= tex-parskip-[0-9]*:../../print/tex-parskip 22TOOL_DEPENDS+= tex-parskip-[0-9]*:../../print/tex-parskip
22TOOL_DEPENDS+= tex-texinfo-[0-9]*:../../print/tex-texinfo 23TOOL_DEPENDS+= tex-texinfo-[0-9]*:../../print/tex-texinfo
23TOOL_DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools 24TOOL_DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
24TOOL_DEPENDS+= ghostscript-agpl>=9.16:../../print/ghostscript-agpl 25TOOL_DEPENDS+= ghostscript-agpl>=9.16:../../print/ghostscript-agpl
25DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry 26DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry
26 27
27UNLIMIT_RESOURCES= datasize 28UNLIMIT_RESOURCES= datasize
28MAKE_JOBS_SAFE= no # random failure during build as of 2.38 29MAKE_JOBS_SAFE= no # random failure during build as of 2.38
29 30
30GNU_CONFIGURE= yes 31GNU_CONFIGURE= yes
31INFO_FILES= yes 32INFO_FILES= yes
32USE_LANGUAGES= c c++ 33USE_LANGUAGES= c c++