diff options
author | anray <anray@FreeBSD.org> | 2005-12-16 16:12:37 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2005-12-16 16:12:37 +0800 |
commit | 9d1ebee6b97ebe63b221534f1f87708b1de281c8 (patch) | |
tree | a8a3644c22ac4fea0afd5c5d7bd0cdfd2892cb1e /editors | |
parent | 18f90369393a3d1f852324c5fdebc3a38293d774 (diff) | |
download | freebsd-ports-gnome-9d1ebee6b97ebe63b221534f1f87708b1de281c8.tar.gz freebsd-ports-gnome-9d1ebee6b97ebe63b221534f1f87708b1de281c8.tar.zst freebsd-ports-gnome-9d1ebee6b97ebe63b221534f1f87708b1de281c8.zip |
editors/emacs20 was changed not to conflict with other emacsen.
PR: ports/90479
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: sem(mentor)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-devel-mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs-devel-mule/Makefile b/editors/xemacs-devel-mule/Makefile index 356dd0635159..6d84165f9240 100644 --- a/editors/xemacs-devel-mule/Makefile +++ b/editors/xemacs-devel-mule/Makefile @@ -28,7 +28,7 @@ DIST_SUBDIR= xemacs MAINTAINER= anray@FreeBSD.org COMMENT?= XEmacs(beta 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-mule-[0-9]* |