summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fonts/jisx0208fonts/Makefile15
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"