diff options
author | taca <taca@pkgsrc.org> | 2008-04-12 14:44:05 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-04-12 14:44:05 +0000 |
commit | 8e38dfc442610790f7a83321a90230b8f42f6b19 (patch) | |
tree | c934747fe0509ba6e34bcf7d6e2eb56c2aa4bee5 /fonts | |
parent | cb67c1a6a8945e88281871dc329430d15ccbe1b5 (diff) | |
download | pkgsrc-8e38dfc442610790f7a83321a90230b8f42f6b19.tar.gz |
Depends ja-shinonome package 0.9.11 and lator noted by obache.
Also pkgsrc change:
- Use META_PACKAGE.
To do: switch to PKG_OPTION frame work.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/jisx0208fonts/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/fonts/jisx0208fonts/Makefile b/fonts/jisx0208fonts/Makefile index 7e932edd457..a12fe05dc5a 100644 --- a/fonts/jisx0208fonts/Makefile +++ b/fonts/jisx0208fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2008/04/07 03:38:58 taca Exp $ +# $NetBSD: Makefile,v 1.33 2008/04/12 14:44:05 taca Exp $ # DISTNAME= jisx0208fonts-200301316 @@ -10,6 +10,8 @@ DISTFILES= # empty MAINTAINER= tech-pkg-ja@jp.NetBSD.org COMMENT= Meta-package including X11 BDF fonts for JIS X0208 standard and more +META_PACKAGE= yes + .include "../../mk/bsd.prefs.mk" USE_NON_SQUARE?= NO @@ -18,7 +20,7 @@ USE_KANAME?= NO DEPENDS+= ja-elisat>=1.0:../../fonts/ja-elisat DEPENDS+= ja-kappa20>=0.394:../../fonts/ja-kappa20 DEPENDS+= ja-naga10>=1.1:../../fonts/ja-naga10 -DEPENDS+= ja-shinonome>=0.9.9:../../fonts/ja-shinonome +DEPENDS+= ja-shinonome>=0.9.11:../../fonts/ja-shinonome .if ${USE_NON_SQUARE} == YES DEPENDS+= ja-elisau>=1.0:../../fonts/ja-elisau .endif @@ -26,13 +28,4 @@ DEPENDS+= ja-elisau>=1.0:../../fonts/ja-elisau DEPENDS+= ja-kaname>=0.0.0.20030112:../../fonts/ja-kaname .endif -USE_X11BASE= YES -EXTRACT_ONLY= # empty -NO_CHECKSUM= YES -NO_CONFIGURE= YES -NO_BUILD= YES -PLIST_SRC= # empty (meta-package) - -do-install: # do nothing - .include "../../mk/bsd.pkg.mk" |