summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-06 23:44:00 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-06 23:44:00 +0000
commitf8bbb2c49b9ecdbc2fe1ddb739f53f0a10a37384 (patch)
tree5ff618451c5447e9464030885db42860a5599432 /editors
parentUpdate to 0.05 (diff)
Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=134732
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-devel-mule/Makefile4
-rw-r--r--editors/xemacs21-mule/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/editors/xemacs-devel-mule/Makefile b/editors/xemacs-devel-mule/Makefile
index 8d57d1cb92e4..7aa044b98ef9 100644
--- a/editors/xemacs-devel-mule/Makefile
+++ b/editors/xemacs-devel-mule/Makefile
@@ -27,6 +27,10 @@ DIST_SUBDIR= xemacs
MAINTAINER= anrays@gmail.com
COMMENT?= XEmacs(beta version) text editor with mule(Only the executables)
+CONFLICTS= emacs-[0-9]* \
+ xemacs-[0-9]* xemacs-devel-[0-9]* \
+ xemacs-mule-[0-9]*
+
BUILD_DEPENDS= ${LOCALBASE}/lib/xemacs/mule-packages/pkginfo/MANIFEST.mule-base:${PORTSDIR}/editors/xemacs-mule-packages
RUN_DEPENDS= ${LOCALBASE}/lib/xemacs/mule-packages/pkginfo/MANIFEST.mule-base:${PORTSDIR}/editors/xemacs-mule-packages
.if defined(PKGNAMEPREFIX)
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile
index 98cae6376807..3fb92a61a8a5 100644
--- a/editors/xemacs21-mule/Makefile
+++ b/editors/xemacs21-mule/Makefile
@@ -29,6 +29,10 @@ DIST_SUBDIR= xemacs
MAINTAINER?= anrays@gmail.com
COMMENT?= XEmacs(stable version) text editor with mule(Only the executables)
+CONFLICTS= emacs-[0-9]* \
+ xemacs-[0-9]* xemacs-devel-[0-9]* \
+ xemacs-devel-mule-[0-9]*
+
BUILD_DEPENDS= ${LOCALBASE}/lib/xemacs/mule-packages/pkginfo/MANIFEST.mule-base:${PORTSDIR}/editors/xemacs-mule-packages
RUN_DEPENDS= ${LOCALBASE}/lib/xemacs/mule-packages/pkginfo/MANIFEST.mule-base:${PORTSDIR}/editors/xemacs-mule-packages
.if defined(PKGNAMEPREFIX)