diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-06 17:07:45 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-06 17:07:45 +0800 |
commit | ffb2c99ca6e805b35d7181c54a680d08e218c613 (patch) | |
tree | 2f97e2785b68ab8f4e43ee85473d959a78fb1643 /editors/emacs19 | |
parent | 6bd9858ac119a16c12f18619a881274f6fc15cac (diff) | |
download | freebsd-ports-gnome-ffb2c99ca6e805b35d7181c54a680d08e218c613.tar.gz freebsd-ports-gnome-ffb2c99ca6e805b35d7181c54a680d08e218c613.tar.zst freebsd-ports-gnome-ffb2c99ca6e805b35d7181c54a680d08e218c613.zip |
Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports.
Diffstat (limited to 'editors/emacs19')
-rw-r--r-- | editors/emacs19/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index aac853660cc5..a8c3772d457b 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -15,6 +15,10 @@ MASTER_SITE_SUBDIR= emacs MAINTAINER= ports@FreeBSD.org COMMENT= GNU editing macros +CONFLICTS= emacs-21.* emacs-20.* \ + xemacs-[0-9]* xemacs-devel-[0-9]* \ + xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* + ONLY_FOR_ARCHS= i386 DEPRECATED= "editors/emacs is recommended instead for new installations" |