diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-06 17:07:45 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-06 17:07:45 +0800 |
commit | ffb2c99ca6e805b35d7181c54a680d08e218c613 (patch) | |
tree | 2f97e2785b68ab8f4e43ee85473d959a78fb1643 /editors | |
parent | 6bd9858ac119a16c12f18619a881274f6fc15cac (diff) | |
download | freebsd-ports-gnome-ffb2c99ca6e805b35d7181c54a680d08e218c613.tar.gz freebsd-ports-gnome-ffb2c99ca6e805b35d7181c54a680d08e218c613.tar.zst freebsd-ports-gnome-ffb2c99ca6e805b35d7181c54a680d08e218c613.zip |
Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs19/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs20/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index aac853660cc5..a8c3772d457b 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -15,6 +15,10 @@ MASTER_SITE_SUBDIR= emacs MAINTAINER= ports@FreeBSD.org COMMENT= GNU editing macros +CONFLICTS= emacs-21.* emacs-20.* \ + xemacs-[0-9]* xemacs-devel-[0-9]* \ + xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* + ONLY_FOR_ARCHS= i386 DEPRECATED= "editors/emacs is recommended instead for new installations" diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 03c3f0fa35ec..ff4b58d25b34 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -20,6 +20,10 @@ PATCH_DIST_STRIP= -p1 MAINTAINER?= ports@FreeBSD.org COMMENT?= GNU editing macros +CONFLICTS= emacs-19.* emacs-21.* \ + xemacs-[0-9]* xemacs-devel-[0-9]* \ + xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* + ONLY_FOR_ARCHS= i386 alpha DEPRECATED= "editors/emacs is recommended instead for new installations" diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index a3e557e69043..9d7599e97484 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -19,6 +19,10 @@ DIST_SUBDIR= xemacs MAINTAINER= ports@FreeBSD.org COMMENT= This port tracks the development (GAMMA) version of the XEmacs text editor +CONFLICTS= emacs-[0-9]* \ + xemacs-[0-9]* \ + xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* + RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages .if !defined(WITHOUT_X11) LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index c53cb5105469..2ff2313a692b 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -16,6 +16,10 @@ DIST_SUBDIR= xemacs MAINTAINER?= ports@FreeBSD.org COMMENT?= This port tracks the stable version of the XEmacs text editor +CONFLICTS= emacs-[0-9]* \ + xemacs-devel-[0-9]* \ + xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* + XEMACS_REL= 21.4 XEMACS_VER= 21.4.17 XEMACS_ARCH= ${CONFIGURE_TARGET} |