summaryrefslogtreecommitdiff
path: root/print/ja-vflib
diff options
context:
space:
mode:
authorjoerg <joerg>2011-04-26 11:52:51 +0000
committerjoerg <joerg>2011-04-26 11:52:51 +0000
commit8c8c8957b748278bfe4f8126fb8e6fb1b07f577c (patch)
tree75fc11bfaed38c4bee3264621462ddd17a60f659 /print/ja-vflib
parent4c719460433dd62514f63c73c7184b2c86fb62a2 (diff)
downloadpkgsrc-8c8c8957b748278bfe4f8126fb8e6fb1b07f577c.tar.gz
Allow patch levels for dependencies
Diffstat (limited to 'print/ja-vflib')
-rw-r--r--print/ja-vflib/Makefile9
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"