diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-04 19:27:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-04 19:27:18 +0000 |
commit | 633f818ffd64d805a86e271b22c7fe095c8043d6 (patch) | |
tree | 0bb68d2ea7f51cc63bdb5ca812707e2c7bde80fc /fonts | |
parent | 54a3d94765cdf69425437cfd1bb52469cb2926a4 (diff) | |
download | pkgsrc-633f818ffd64d805a86e271b22c7fe095c8043d6.tar.gz |
Fix path to and dependency on Perl. Bump revision.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ttf2pt1/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/fonts/ttf2pt1/Makefile b/fonts/ttf2pt1/Makefile index c8a5bb77edb..69e8d8ade03 100644 --- a/fonts/ttf2pt1/Makefile +++ b/fonts/ttf2pt1/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2006/06/07 20:31:27 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2007/09/04 19:27:18 joerg Exp $ # DISTNAME= ttf2pt1-3.4.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ttf2pt1/} EXTRACT_SUFX= .tgz @@ -13,6 +13,13 @@ COMMENT= TrueType font converter to Postscript type 1 DEPENDS+= t1utils-[0-9]*:../../fonts/t1utils +USE_TOOLS+= perl:run + +REPLACE_PERL+= app/TeX/cjk-latex-config app/TeX/sfd2map +REPLACE_PERL+= other/cntstems.pl other/lst.pl other/showdf other/showg +REPLACE_PERL+= scripts/forceiso scripts/frommap scripts/html2man +REPLACE_PERL+= scripts/inst_dir scripts/t1fdir scripts/trans + .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |