aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs23
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-05-06 16:56:30 +0800
committerjylefort <jylefort@FreeBSD.org>2005-05-06 16:56:30 +0800
commit6bd9858ac119a16c12f18619a881274f6fc15cac (patch)
tree6b66c66eec581a6469efcadc8dd9e1dc2873a79d /editors/emacs23
parent05c45124c60f5fe32f2d59729e331f1d4ca3d20c (diff)
downloadfreebsd-ports-gnome-6bd9858ac119a16c12f18619a881274f6fc15cac.tar.gz
freebsd-ports-gnome-6bd9858ac119a16c12f18619a881274f6fc15cac.tar.zst
freebsd-ports-gnome-6bd9858ac119a16c12f18619a881274f6fc15cac.zip
Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports. Approved by: nobutaka (maintainer)
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 \