diff options
author | minskim <minskim@pkgsrc.org> | 2009-04-30 05:10:34 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-04-30 05:10:34 +0000 |
commit | bd7b243ae81c93d109395350a963a691fb57507e (patch) | |
tree | eb584891633a791444677948e26d57faf6e1e32d /fonts/tex-psnfss | |
parent | a64580e6ea8f395bdeac261ee940d9d31a5263a1 (diff) | |
download | pkgsrc-bd7b243ae81c93d109395350a963a691fb57507e.tar.gz |
tex-psnfss depends on tex-symbol and tex-zapfding.
Diffstat (limited to 'fonts/tex-psnfss')
-rw-r--r-- | fonts/tex-psnfss/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fonts/tex-psnfss/Makefile b/fonts/tex-psnfss/Makefile index d27c943555a..bcf86dd5ce4 100644 --- a/fonts/tex-psnfss/Makefile +++ b/fonts/tex-psnfss/Makefile @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/27 18:45:00 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/04/30 05:10:34 minskim Exp $ # TeX Live Revision 7978 DISTNAME= psnfss PKGNAME= tex-${DISTNAME}-9.2a +PKGREVISION= 1 MAINTAINER= minskim@NetBSD.org COMMENT= Font support for common PostScript fonts CONFLICTS+= teTeX-texmf<=3.0nb13 DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-symbol-[0-9]*:../../fonts/tex-symbol +DEPENDS+= tex-zapfding-[0-9]*:../../fonts/tex-zapfding TEX_MAP_FILES+= charter.map TEX_MAP_FILES+= fpls.map |