diff options
author | obache <obache@pkgsrc.org> | 2010-02-20 11:51:18 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-02-20 11:51:18 +0000 |
commit | 1a01a908a20c23750d5d901ca5770f9995a4ebec (patch) | |
tree | 697c3c5a8d7365c37e1e6b941519bf57e607c9df /print | |
parent | a4a3a3a8c8c1cd4fafb8dca34bac8b10d4fe6fa9 (diff) | |
download | pkgsrc-1a01a908a20c23750d5d901ca5770f9995a4ebec.tar.gz |
META_PACKAGE should be set to "yes".
Diffstat (limited to 'print')
-rw-r--r-- | print/ja-vflib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ja-vflib/Makefile b/print/ja-vflib/Makefile index 43978f081c5..88bb7f7e3bd 100644 --- a/print/ja-vflib/Makefile +++ b/print/ja-vflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/04/08 23:28:50 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2010/02/20 11:51:18 obache Exp $ DISTNAME= ja-vflib-${VFLIB_VERSION} VFLIB_VERSION= 2.24.2nb2 @@ -8,7 +8,7 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://TypeHack.aial.hiroshima-u.ac.jp/VFlib/ COMMENT= Japanese Vector font libraries and utilities -META_PACKAGE= # empty +META_PACKAGE= yes DEPENDS+= ja-vflib-lib-${VFLIB_VERSION}:../../print/ja-vflib-lib DEPENDS+= ja-vflib-utils-${VFLIB_VERSION}:../../print/ja-vflib-utils |