diff options
author | anray <anray@FreeBSD.org> | 2005-12-16 16:09:19 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2005-12-16 16:09:19 +0800 |
commit | 177120ba9802b6d96fc27904d4259deae315c106 (patch) | |
tree | 23a65333cb0bae7ac635295a2b9fe3564f353d51 /editors/emacs19 | |
parent | 7302c7cba501784d86b124f0484d56188d750d43 (diff) | |
download | freebsd-ports-gnome-177120ba9802b6d96fc27904d4259deae315c106.tar.gz freebsd-ports-gnome-177120ba9802b6d96fc27904d4259deae315c106.tar.zst freebsd-ports-gnome-177120ba9802b6d96fc27904d4259deae315c106.zip |
editors/emacs20 was changed not to conflict with other emacsen.
PR: ports/90476
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: sem(mentor)
Diffstat (limited to 'editors/emacs19')
-rw-r--r-- | editors/emacs19/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index 24684b6570be..191d5e03ee1d 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= emacs MAINTAINER= ports@FreeBSD.org COMMENT= GNU editing macros -CONFLICTS= emacs-21.* emacs-20.* \ +CONFLICTS= emacs-21.* \ xemacs-[0-9]* xemacs-devel-[0-9]* \ xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* |