diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-06 23:44:00 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-06 23:44:00 +0000 |
commit | f8bbb2c49b9ecdbc2fe1ddb739f53f0a10a37384 (patch) | |
tree | 5ff618451c5447e9464030885db42860a5599432 /editors | |
parent | d7894ad3ddedf8fffaa32edbf07c489bf818148d (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-devel-mule/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs21-mule/Makefile | 4 |
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) |