diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-05-07 23:27:47 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-05-07 23:27:47 +0000 |
commit | 20f764fc52d3faceac700c230df7b96ece96e4b9 (patch) | |
tree | 09bf358b725bcada164428f2fbe582c3f4214a4c /mail/mew | |
parent | 433c1e70485ddb82562975ac41ed414c38b00461 (diff) | |
download | pkgsrc-20f764fc52d3faceac700c230df7b96ece96e4b9.tar.gz |
Mark this pkg as conflicting with the mew-xemacs pkg
Contributed by Dawid SzymaƱski <dawszy@arhea.net> in PR 16185
Diffstat (limited to 'mail/mew')
-rw-r--r-- | mail/mew/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index fb4af9badc5..0e3a0f3f827 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2002/02/28 02:41:28 jun Exp $ +# $NetBSD: Makefile,v 1.47 2002/05/07 23:27:47 hubertf Exp $ DISTNAME= mew-2.2 CATEGORIES= mail @@ -8,6 +8,8 @@ MAINTAINER= tech-pkg-ja@jp.netbsd.org HOMEPAGE= http://www.mew.org/ COMMENT= Messaging in the Emacs World +CONFLICTS=+ mew-xemacs-2.* + DEPENDS+= emacs>=20.7:../../editors/emacs MEW_CONTRIB_DIR= ${PREFIX}/share/emacs/site-lisp/mew/contrib |