diff options
Diffstat (limited to 'editors/xemacs21-mule')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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) |