diff options
author | joerg <joerg> | 2006-05-26 19:09:43 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-26 19:09:43 +0000 |
commit | 46fc33be18104896cf38b2e2f5e6b6ac2fb02292 (patch) | |
tree | e3e02530f4cf16df1b1b32f001c817513c8cbc77 | |
parent | 2e8aaab4a1a42919f507dacf5a01dfdf08c9d922 (diff) | |
download | pkgsrc-46fc33be18104896cf38b2e2f5e6b6ac2fb02292.tar.gz |
jhd doesn't seem to care which version of nkf it gets, so make it >=
the old version.
-rw-r--r-- | misc/jhd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/jhd/Makefile b/misc/jhd/Makefile index 38dd7c41091..91c3af0c662 100644 --- a/misc/jhd/Makefile +++ b/misc/jhd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:39 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2006/05/26 19:09:43 joerg Exp $ DISTNAME= jhd-2.3 CATEGORIES= japanese misc @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.iamas.ac.jp/pub1/UNIX/File/ MAINTAINER= tech-pkg-ja@jp.NetBSD.org COMMENT= Japanese Hexadecimal Dump -BUILD_DEPENDS+= nkf-1.7:../../converters/nkf +BUILD_DEPENDS+= nkf>=1.7:../../converters/nkf INSTALLATION_DIRS= bin man/ja_JP.EUC/man1 |