diff options
author | sbd <sbd@pkgsrc.org> | 2011-11-11 09:18:31 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-11-11 09:18:31 +0000 |
commit | 0d0a165e3cc20fbf8e564692b5f20a83b58c4151 (patch) | |
tree | 117ca9097df479c42fd92fe85f9ce3e2ad2bd880 /mail | |
parent | 373d753af690c4f5bd9bdc116c4cf3455a376e60 (diff) | |
download | pkgsrc-0d0a165e3cc20fbf8e564692b5f20a83b58c4151.tar.gz |
A broken ex clone stalls causes the configure script to stall
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ja-mh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/ja-mh/Makefile b/mail/ja-mh/Makefile index 2992ca10e67..3ef2ba1e780 100644 --- a/mail/ja-mh/Makefile +++ b/mail/ja-mh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/12/25 13:55:12 taca Exp $ +# $NetBSD: Makefile,v 1.13 2011/11/11 09:18:31 sbd Exp $ DISTNAME= mh-6.8.4-JP-3.05 PKGNAME= ja-mh6-3.05 @@ -16,6 +16,8 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://media.laic.u-hyogo.ac.jp/%7Ehayashi/internet/mh-plus.html COMMENT= Rand MH mail handling system + Japanese patches +NOT_FOR_BULK_PLATFORM= Linux-*-* + DEPENDS+= ja-less>=332:../../misc/ja-less CONFLICTS= nmh-[0-9]* ja-mh-*_JP_* |