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 | caeb75d51416829da0820ec9a40b8193c4ce7882 (patch) | |
tree | 75fc11bfaed38c4bee3264621462ddd17a60f659 /print | |
parent | 5034f16a16fefac535d7942b1bc0fcf8f89d6d74 (diff) | |
download | pkgsrc-caeb75d51416829da0820ec9a40b8193c4ce7882.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" |