diff options
author | martin <martin@pkgsrc.org> | 2001-07-21 18:56:40 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2001-07-21 18:56:40 +0000 |
commit | 0a3e2f8425d8e9d2010298ac83cd6944c9c44778 (patch) | |
tree | 61433119dacc2fb36839bac57fa18b3081bae0ef /mail | |
parent | 0c6d1d7c38a19aebe05dd9d39454e62d02ee4c30 (diff) | |
download | pkgsrc-0a3e2f8425d8e9d2010298ac83cd6944c9c44778.tar.gz |
Re-add an eroneously removed CONFLICTS with elm-me, but this time do it the
right way.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/elm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 67aae3a76d8..4e67e2d4b3d 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/07/19 15:04:41 tron Exp $ +# $NetBSD: Makefile,v 1.18 2001/07/21 18:56:40 martin Exp $ DISTNAME= elm2.5.5 PKGNAME= elm-2.5.5 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.instinct.org/elm/ COMMENT= ELM Mail User Agent (without ME extensions) CONFLICTS+= mm-* +CONFLICTS+= elm-me-* HAS_CONFIGURE= YES CONFIGURE_SCRIPT= ./Configure |