diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-15 02:35:11 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-15 02:35:11 +0000 |
commit | af1ec94a6ac86514ce039ef118954b2bc3d4eff8 (patch) | |
tree | a84fcfaf067affd7a6c4c2354eaeb2d937138858 /fonts | |
parent | dbb26f0c5f82dce9228381ae7b044b2a49c5cab0 (diff) | |
download | pkgsrc-af1ec94a6ac86514ce039ef118954b2bc3d4eff8.tar.gz |
Remove dependency on mkfontscale, which is never used by this package.
This is necessary to install this package when xpkgwedge also
installed, because xpkgwedge conflicts with mkfontscale. Bump PKGREVISION.
OK'ed by uebayasi@, the maintainer.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/kochi-ttf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fonts/kochi-ttf/Makefile b/fonts/kochi-ttf/Makefile index f6a768fad3d..2cf98214182 100644 --- a/fonts/kochi-ttf/Makefile +++ b/fonts/kochi-ttf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2004/01/25 20:33:13 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2004/06/15 02:35:11 minskim Exp $ DISTNAME= kochi-substitute-${KOCHI_VERSION} PKGNAME= kochi-ttf-${KOCHI_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= fonts japanese MASTER_SITES= http://osdn.dl.sourceforge.jp/efont/5411/ EXTRACT_SUFX= .tar.bz2 @@ -11,8 +11,6 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://wiki.fdiary.net/font/?kochi-alternative COMMENT= Free Japanese TrueType font by Yasuyuki Furukawa -DEPENDS+= mkfontscale>=20020524:../../fonts/mkfontscale - KOCHI_VERSION= 20030809 NO_BUILD= yes |