diff options
author | hubertf <hubertf> | 2002-05-07 23:27:47 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-05-07 23:27:47 +0000 |
commit | 040f010b4e150ae1562005aea980a871342dea2f (patch) | |
tree | 09bf358b725bcada164428f2fbe582c3f4214a4c /mail/mew | |
parent | 7baee5cf9a98383877320b65ea32888230408a33 (diff) | |
download | pkgsrc-040f010b4e150ae1562005aea980a871342dea2f.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 |