diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2010-07-28 20:26:55 +0800 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2010-07-28 20:26:55 +0800 |
commit | 1a9d3421c57e8756112835d4e401c5b297ad55c1 (patch) | |
tree | f01947f6823b3bb1d51db9f25f5f41d7a6fc9318 | |
parent | 8ce865b2190bcfdbca050d088e0c7322587e8931 (diff) | |
download | freebsd-ports-gnome-1a9d3421c57e8756112835d4e401c5b297ad55c1.tar.gz freebsd-ports-gnome-1a9d3421c57e8756112835d4e401c5b297ad55c1.tar.zst freebsd-ports-gnome-1a9d3421c57e8756112835d4e401c5b297ad55c1.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]* |