pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/xm7 Use >= for the version in the converters...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b433861802a6
branches:  trunk
changeset: 477910:b433861802a6
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jul 11 17:22:47 2004 +0000

description:
Use >= for the version in the converters/nkf BUILD_DEPENDS line, instead of
using a fixed version.

diffstat:

 emulators/xm7/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9d9b91a3f076 -r b433861802a6 emulators/xm7/Makefile
--- a/emulators/xm7/Makefile    Sun Jul 11 16:53:47 2004 +0000
+++ b/emulators/xm7/Makefile    Sun Jul 11 17:22:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/20 12:14:41 agc Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/11 17:22:47 kristerw Exp $
 #
 
 DISTNAME=              xm71010s
@@ -11,7 +11,7 @@
 HOMEPAGE=              http://www.ipc-tokai.or.jp/~ytanaka/fm7/xm7.shtml
 COMMENT=               X11-based FM-7 emulator
 
-BUILD_DEPENDS+=                nkf-1.7:../../converters/nkf
+BUILD_DEPENDS+=                nkf>=1.7:../../converters/nkf
 
 RESTRICTED=            source archive is not redistributable
 RESTRICTED+=           no-commercial-use



Home | Main Index | Thread Index | Old Index