diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-06 09:07:45 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-06 09:07:45 +0000 |
commit | f08b9f8976d96ccc1c5a3bf69c2a531389ed0b25 (patch) | |
tree | 86203429a70d5cfc5c542fa3c33a034d53047354 /editors/emacs20 | |
parent | b61258b495c6bdbf4ecb4857cd9a520c429ab24f (diff) | |
download | ports-f08b9f8976d96ccc1c5a3bf69c2a531389ed0b25.tar.gz ports-f08b9f8976d96ccc1c5a3bf69c2a531389ed0b25.zip |
Notes
Diffstat (limited to 'editors/emacs20')
-rw-r--r-- | editors/emacs20/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 03c3f0fa35ec..ff4b58d25b34 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -20,6 +20,10 @@ PATCH_DIST_STRIP= -p1 MAINTAINER?= ports@FreeBSD.org COMMENT?= GNU editing macros +CONFLICTS= emacs-19.* emacs-21.* \ + xemacs-[0-9]* xemacs-devel-[0-9]* \ + xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* + ONLY_FOR_ARCHS= i386 alpha DEPRECATED= "editors/emacs is recommended instead for new installations" |