diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-28 17:58:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-28 17:58:53 +0000 |
commit | 4f9120034bfd0a5de13243062ed0df46469a7d6a (patch) | |
tree | dec53a6f76b501279c034919903d5dbd6dcee308 /fonts | |
parent | a8683d57cc3782c1104d90a671139d4150e173e0 (diff) | |
download | pkgsrc-4f9120034bfd0a5de13243062ed0df46469a7d6a.tar.gz |
Uses bdftopcf.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/intlfonts/Makefile | 4 | ||||
-rw-r--r-- | fonts/mozilla-fonts/Makefile | 3 | ||||
-rw-r--r-- | fonts/sgi-fonts/Makefile | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/fonts/intlfonts/Makefile b/fonts/intlfonts/Makefile index c87ac07a13a..fbf9d977d35 100644 --- a/fonts/intlfonts/Makefile +++ b/fonts/intlfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/06/01 18:02:49 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/12/28 17:58:53 joerg Exp $ DISTNAME= intlfonts-1.2.1 PKGREVISION= 2 @@ -16,6 +16,8 @@ FONT_SETS= Asian \ Japanese \ Misc +USE_TOOLS+= bdftopcf + # Use the X font set for Korean, as there isn't anything better FONT_SETS+= Korean.X diff --git a/fonts/mozilla-fonts/Makefile b/fonts/mozilla-fonts/Makefile index da8d01ced25..f4c499a7904 100644 --- a/fonts/mozilla-fonts/Makefile +++ b/fonts/mozilla-fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 16:47:08 martti Exp $ +# $NetBSD: Makefile,v 1.4 2005/12/28 18:07:29 joerg Exp $ DISTNAME= mozilla-fonts-1.0 CATEGORIES= fonts www @@ -9,6 +9,7 @@ HOMEPAGE= http://www.myrddin.demon.co.uk/dist/ COMMENT= Optimized fonts for Netscape/Mozilla USE_X11BASE= yes +USE_TOOLS+= bdftopcf post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mozilla-fonts diff --git a/fonts/sgi-fonts/Makefile b/fonts/sgi-fonts/Makefile index a0bb11a85e1..ce228e8d8d2 100644 --- a/fonts/sgi-fonts/Makefile +++ b/fonts/sgi-fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/07/15 18:27:50 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/12/28 18:06:18 joerg Exp $ # DISTNAME= sgi-fonts-1.0-457.src @@ -19,7 +19,7 @@ BUILD_DEPENDS+= bzip2>=1.0.2:../../archivers/bzip2 WRKSRC= ${WRKDIR}/sgi-fonts USE_IMAKE= YES -USE_TOOLS+= gtar +USE_TOOLS+= bdftopcf gtar RPM2PKG= ${LOCALBASE}/sbin/rpm2pkg |