diff options
author | wennmach <wennmach> | 2001-04-12 07:56:57 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2001-04-12 07:56:57 +0000 |
commit | 9bdf13f039f1009465f2276e5a8f17e109fcbd8e (patch) | |
tree | 96962c8fb946bc28314d595c6685b58b05df85bb /mail/nmh | |
parent | 7defba4bf6cf07fe06c1aa8b0e023789de7188c5 (diff) | |
download | pkgsrc-9bdf13f039f1009465f2276e5a8f17e109fcbd8e.tar.gz |
Add a CONFLICTS entry for ja-mh6-*
Found by pkgconflict.
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index f00f444414a..641ac624d7c 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2001/03/04 03:26:50 assar Exp $ +# $NetBSD: Makefile,v 1.41 2001/04/12 07:56:57 wennmach Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # @@ -12,6 +12,7 @@ HOMEPAGE= http://www.mhost.com/nmh/ COMMENT= Cleaned up MH mailer suite CONFLICTS= ja-mh-* +CONFLICTS+= ja-mh6-* # We choose DOT_LOCKING in our patches because ".lock" files are # the most common locking mechanism supported by mail software. |