diff options
author | joerg <joerg@pkgsrc.org> | 2011-04-26 11:52:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-04-26 11:52:51 +0000 |
commit | 1bbca9368a21ce0c778ed254f8e9d705e65506e2 (patch) | |
tree | 75fc11bfaed38c4bee3264621462ddd17a60f659 /print | |
parent | 92f14b50a529f2d0d339f8e25f5fe34ee430c21d (diff) | |
download | pkgsrc-1bbca9368a21ce0c778ed254f8e9d705e65506e2.tar.gz |
Allow patch levels for dependencies
Diffstat (limited to 'print')
-rw-r--r-- | print/ja-vflib/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/print/ja-vflib/Makefile b/print/ja-vflib/Makefile index 471fb404197..ac04b537b26 100644 --- a/print/ja-vflib/Makefile +++ b/print/ja-vflib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2010/11/23 06:37:00 obache Exp $ +# $NetBSD: Makefile,v 1.15 2011/04/26 11:54:15 joerg Exp $ DISTNAME= ja-vflib-${VFLIB_VERSION} -VFLIB_VERSION= 2.24.2nb2 +VFLIB_VERSION= 2.24.2 +PKGREVISION= 2 CATEGORIES= japanese print MAINTAINER= tech-pkg-ja@jp.NetBSD.org @@ -10,7 +11,7 @@ COMMENT= Japanese Vector font libraries and utilities META_PACKAGE= yes -DEPENDS+= ja-vflib-lib-${VFLIB_VERSION}:../../print/ja-vflib-lib -DEPENDS+= ja-vflib-utils-${VFLIB_VERSION}:../../print/ja-vflib-utils +DEPENDS+= ja-vflib-lib-${VFLIB_VERSION}{,nb[0-9]}*:../../print/ja-vflib-lib +DEPENDS+= ja-vflib-utils-${VFLIB_VERSION}{,nb[0-9]*}:../../print/ja-vflib-utils .include "../../mk/bsd.pkg.mk" |