diff options
author | ashish <ashish@FreeBSD.org> | 2010-07-28 20:26:55 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2010-07-28 20:26:55 +0800 |
commit | 3c89e6f7dcdf3219bdc250deba3b0d660ad0d658 (patch) | |
tree | 0073c5522871aa309f1d8374c5e4ec69e58b6a57 | |
parent | 9f602d41db6ae445e99e0d38d528c9898bbd116c (diff) | |
download | freebsd-ports-gnome-3c89e6f7dcdf3219bdc250deba3b0d660ad0d658.tar.gz freebsd-ports-gnome-3c89e6f7dcdf3219bdc250deba3b0d660ad0d658.tar.zst freebsd-ports-gnome-3c89e6f7dcdf3219bdc250deba3b0d660ad0d658.zip |
- Add CONFLICTS to conflict with 23.x and 24.x.
Approved by: tabthorpe (mentor)
-rw-r--r-- | editors/emacs22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 6b0b16d44491..2a538e092c6b 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png .endif -CONFLICTS= emacs-19.* emacs-21.* \ +CONFLICTS= emacs-19.* emacs-21.* emacs-23.* emacs-24.* \ xemacs-[0-9]* xemacs-devel-[0-9]* \ xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* |