Sun May 10 02:23:58 2015 UTC ()
Note some more dependencies we already have.


(markd)
diff -r1.1 -r1.2 pkgsrc/meta-pkgs/texlive-collection-fontutils/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/meta-pkgs/texlive-collection-fontutils/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/texlive-collection-fontutils/Makefile 2015/05/06 10:41:42 1.1
+++ pkgsrc/meta-pkgs/texlive-collection-fontutils/Makefile 2015/05/10 02:23:58 1.2
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: Makefile,v 1.1 2015/05/06 10:41:42 markd Exp $ 1# $NetBSD: Makefile,v 1.2 2015/05/10 02:23:58 markd Exp $
2 2
3DISTNAME= collection-fontutils 3DISTNAME= collection-fontutils
4PKGNAME= texlive-${DISTNAME}-2014pre1 4PKGNAME= texlive-${DISTNAME}-2014pre2
5CATEGORIES= meta-pkgs 5CATEGORIES= meta-pkgs
6MASTER_SITES= # empty 6MASTER_SITES= # empty
7TEXLIVE_REV= 36028 7TEXLIVE_REV= 36028
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.tug.org/texlive/ 10HOMEPAGE= http://www.tug.org/texlive/
11COMMENT= Graphics and font utilities for TeX 11COMMENT= Graphics and font utilities for TeX
12 12
13DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic 13DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic
14 14
15# depend accfonts 15# depend accfonts
16# depend afm2pl 16# depend afm2pl
17# depend dosepsbin 17# depend dosepsbin
18DEPENDS+= tex-epstopdf-[0-9]*:../../graphics/tex-epstopdf 18DEPENDS+= tex-epstopdf-[0-9]*:../../graphics/tex-epstopdf
19# depend fontware 19# fontware is entirely included in web2c
20# depend lcdftypetools 20# depend lcdftypetools
21DEPENDS+= ps2pkm-[0-9]*:../../fonts/ps2pkm 21DEPENDS+= ps2pkm-[0-9]*:../../fonts/ps2pkm
22DEPENDS+= tex-pstools-[0-9]*:../../graphics/tex-pstools 22DEPENDS+= tex-pstools-[0-9]*:../../graphics/tex-pstools
23# depend psutils 23DEPENDS+= psutils-[0-9]*:../../print/psutils
24# depend dvipsconfig 24# depend dvipsconfig
25DEPENDS+= tex-fontinst-[0-9]*:../../fonts/tex-fontinst 25DEPENDS+= tex-fontinst-[0-9]*:../../fonts/tex-fontinst
26# depend fontools 26# depend fontools
27# depend mf2pt1 27# depend mf2pt1
28# depend t1utils 28DEPENDS+= t1utils-[0-9]*:../../fonts/t1utils
29DEPENDS+= tex-ttfutils-[0-9]*:../../fonts/tex-ttfutils 29DEPENDS+= tex-ttfutils-[0-9]*:../../fonts/tex-ttfutils
30 30
31META_PACKAGE= yes 31META_PACKAGE= yes
32 32
33.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"