diff options
author | markd <markd> | 2015-05-10 02:23:58 +0000 |
---|---|---|
committer | markd <markd> | 2015-05-10 02:23:58 +0000 |
commit | 63da4ffa3d8c67b98e63e9c98781cf1fd852cdc3 (patch) | |
tree | 2c21ada4f96f676750101a4d4c882d0353b1b35f /meta-pkgs | |
parent | d07c4c7df43143f948aef306eab6295376bff655 (diff) | |
download | pkgsrc-63da4ffa3d8c67b98e63e9c98781cf1fd852cdc3.tar.gz |
Note some more dependencies we already have.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/texlive-collection-fontutils/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-pkgs/texlive-collection-fontutils/Makefile b/meta-pkgs/texlive-collection-fontutils/Makefile index efb394824d3..9601ca5961e 100644 --- a/meta-pkgs/texlive-collection-fontutils/Makefile +++ b/meta-pkgs/texlive-collection-fontutils/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2015/05/06 10:41:42 markd Exp $ +# $NetBSD: Makefile,v 1.2 2015/05/10 02:23:58 markd Exp $ DISTNAME= collection-fontutils -PKGNAME= texlive-${DISTNAME}-2014pre1 +PKGNAME= texlive-${DISTNAME}-2014pre2 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 36028 @@ -16,16 +16,16 @@ DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-bas # depend afm2pl # depend dosepsbin DEPENDS+= tex-epstopdf-[0-9]*:../../graphics/tex-epstopdf -# depend fontware +# fontware is entirely included in web2c # depend lcdftypetools DEPENDS+= ps2pkm-[0-9]*:../../fonts/ps2pkm DEPENDS+= tex-pstools-[0-9]*:../../graphics/tex-pstools -# depend psutils +DEPENDS+= psutils-[0-9]*:../../print/psutils # depend dvipsconfig DEPENDS+= tex-fontinst-[0-9]*:../../fonts/tex-fontinst # depend fontools # depend mf2pt1 -# depend t1utils +DEPENDS+= t1utils-[0-9]*:../../fonts/t1utils DEPENDS+= tex-ttfutils-[0-9]*:../../fonts/tex-ttfutils META_PACKAGE= yes |