aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs23
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-06 08:56:30 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-06 08:56:30 +0000
commitb61258b495c6bdbf4ecb4857cd9a520c429ab24f (patch)
treed3cc728dae56eb069ec7bd5c80bf69f91cd61f3e /editors/emacs23
parent7ada81275441ccdd492d6e99ab3958b03cc3d1b8 (diff)
downloadports-b61258b495c6bdbf4ecb4857cd9a520c429ab24f.tar.gz
ports-b61258b495c6bdbf4ecb4857cd9a520c429ab24f.zip
Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports. Approved by: nobutaka (maintainer)
Notes
Notes: svn path=/head/; revision=134689
Diffstat (limited to 'editors/emacs23')
-rw-r--r--editors/emacs23/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index 17ffb6e815ea..fd1b9b207f77 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -15,6 +15,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= GNU editing macros
+CONFLICTS= emacs-19.* emacs-20.* \
+ xemacs-[0-9]* xemacs-devel-[0-9]* \
+ xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]*
+
.if !defined(WITHOUT_X11)
LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \
jpeg.9:${PORTSDIR}/graphics/jpeg \