diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-18 22:55:57 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-18 22:55:57 +0000 |
commit | 433b43f31ce0e4c0e01faea572d9645a558d33a2 (patch) | |
tree | b56af630d4b6e2089f04f5d1138f380048a9b593 /fonts | |
parent | 0f23b304ee716cb6aee20c80f6212fee7c9d491b (diff) | |
download | pkgsrc-433b43f31ce0e4c0e01faea572d9645a558d33a2.tar.gz |
Let tex-psnfss depend on all fonts that its styles use.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/tex-psnfss/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/fonts/tex-psnfss/Makefile b/fonts/tex-psnfss/Makefile index 3e8a3437196..c70ac5c522d 100644 --- a/fonts/tex-psnfss/Makefile +++ b/fonts/tex-psnfss/Makefile @@ -1,19 +1,27 @@ -# $NetBSD: Makefile,v 1.6 2011/02/07 01:10:21 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2011/03/18 22:55:57 minskim Exp $ DISTNAME= psnfss PKGNAME= tex-${DISTNAME}-9.2a -PKGREVISION= 2 +PKGREVISION= 3 TEXLIVE_REV= 20257 MAINTAINER= minskim@NetBSD.org COMMENT= Font support for common PostScript fonts CONFLICTS+= teTeX-texmf<=3.0nb13 +DEPENDS+= tex-avantgar-[0-9]*:../../fonts/tex-avantgar +DEPENDS+= tex-bookman-[0-9]*:../../fonts/tex-bookman +DEPENDS+= tex-charter-[0-9]*:../../fonts/tex-charter DEPENDS+= tex-courier-[0-9]*:../../fonts/tex-courier +DEPENDS+= tex-fpl-[0-9]*:../../fonts/tex-fpl DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics DEPENDS+= tex-helvetic-[0-9]*:../../fonts/tex-helvetic +DEPENDS+= tex-mathpazo-[0-9]*:../../fonts/tex-mathpazo +DEPENDS+= tex-ncntrsbk-[0-9]*:../../fonts/tex-ncntrsbk +DEPENDS+= tex-palatino-[0-9]*:../../fonts/tex-palatino DEPENDS+= tex-symbol-[0-9]*:../../fonts/tex-symbol DEPENDS+= tex-times-[0-9]*:../../fonts/tex-times +DEPENDS+= tex-zapfchan-[0-9]*:../../fonts/tex-zapfchan DEPENDS+= tex-zapfding-[0-9]*:../../fonts/tex-zapfding TEX_MAP_FILES+= charter.map |