diff options
author | anray <anray@FreeBSD.org> | 2005-12-16 08:13:42 +0000 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2005-12-16 08:13:42 +0000 |
commit | b6e375f10b4ddb3d617c7c2864bed7d26aa54701 (patch) | |
tree | 096c901a11b62f02f1a03f358fe8576d7508e4a2 /editors/xemacs21-mule | |
parent | 9d1ebee6b97ebe63b221534f1f87708b1de281c8 (diff) | |
download | FreeBSD-ports-b6e375f10b4ddb3d617c7c2864bed7d26aa54701.zip FreeBSD-ports-b6e375f10b4ddb3d617c7c2864bed7d26aa54701.tar.gz |
editors/emacs20 was changed not to conflict with other emacsen.
PR: ports/90480
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: sem(mentor)
Diffstat (limited to 'editors/xemacs21-mule')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 428cdd8..8310890 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -27,7 +27,7 @@ DIST_SUBDIR= xemacs MAINTAINER?= anray@FreeBSD.org COMMENT?= XEmacs(stable version) text editor with mule(Only the executables) -CONFLICTS= emacs-[0-9]* \ +CONFLICTS= emacs-19.* emacs-21.* \ xemacs-[0-9]* xemacs-devel-[0-9]* \ xemacs-devel-mule-[0-9]* |