diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-06 18:00:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-06 18:00:34 +0000 |
commit | a30edbbd34877c773c7a28c58997ea8d654e401c (patch) | |
tree | 8d52055b16c19ee368552a804477cafa06299fc4 /print/ja-vflib | |
parent | e9d65761e7c450fc64269cd37b6ec76e81c72f63 (diff) | |
download | pkgsrc-a30edbbd34877c773c7a28c58997ea8d654e401c.tar.gz |
Be consistent in the weird PKGREVISION handling -- fixes DEPENDS.
Diffstat (limited to 'print/ja-vflib')
-rw-r--r-- | print/ja-vflib/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/print/ja-vflib/Makefile b/print/ja-vflib/Makefile index 5f282c3cd26..fed94c93428 100644 --- a/print/ja-vflib/Makefile +++ b/print/ja-vflib/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:10:37 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/02/06 18:00:34 wiz Exp $ DISTNAME= ja-vflib-${VFLIB_VERSION} -PKGREVISION= 1 -VFLIB_VERSION= 2.24.2nb1 +VFLIB_VERSION= 2.24.2nb2 CATEGORIES= japanese print MASTER_SITES= # empty DISTFILES= # empty @@ -11,8 +10,8 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://TypeHack.aial.hiroshima-u.ac.jp/VFlib/ COMMENT= Japanese Vector font libraries and utilities -DEPENDS+= ja-vflib-lib-${VFLIB_VERSION}nb2:../../print/ja-vflib-lib -DEPENDS+= ja-vflib-utils-${VFLIB_VERSION}nb2:../../print/ja-vflib-utils +DEPENDS+= ja-vflib-lib-${VFLIB_VERSION}:../../print/ja-vflib-lib +DEPENDS+= ja-vflib-utils-${VFLIB_VERSION}:../../print/ja-vflib-utils EXTRACT_ONLY= # empty |