diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-07 07:44:00 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-07 07:44:00 +0800 |
commit | fd83baac14d6a2768eb8a2db8d380e421049b8b1 (patch) | |
tree | 00dc07c70ec43db3c947dc1ccbbf8baf8b66b600 /editors/xemacs-devel-mule | |
parent | ea24782507fde78778c4991de908330b6671fc84 (diff) | |
download | freebsd-ports-gnome-fd83baac14d6a2768eb8a2db8d380e421049b8b1.tar.gz freebsd-ports-gnome-fd83baac14d6a2768eb8a2db8d380e421049b8b1.tar.zst freebsd-ports-gnome-fd83baac14d6a2768eb8a2db8d380e421049b8b1.zip |
Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports.
Approved by: maintainer
Diffstat (limited to 'editors/xemacs-devel-mule')
-rw-r--r-- | editors/xemacs-devel-mule/Makefile | 4 |
1 files changed, 4 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) |