mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports. Approved by: maintainer
This commit is contained in:
parent
d7894ad3dd
commit
f8bbb2c49b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134732
2 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,10 @@ DIST_SUBDIR= xemacs
|
||||||
MAINTAINER= anrays@gmail.com
|
MAINTAINER= anrays@gmail.com
|
||||||
COMMENT?= XEmacs(beta version) text editor with mule(Only the executables)
|
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
|
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
|
RUN_DEPENDS= ${LOCALBASE}/lib/xemacs/mule-packages/pkginfo/MANIFEST.mule-base:${PORTSDIR}/editors/xemacs-mule-packages
|
||||||
.if defined(PKGNAMEPREFIX)
|
.if defined(PKGNAMEPREFIX)
|
||||||
|
|
|
@ -29,6 +29,10 @@ DIST_SUBDIR= xemacs
|
||||||
MAINTAINER?= anrays@gmail.com
|
MAINTAINER?= anrays@gmail.com
|
||||||
COMMENT?= XEmacs(stable version) text editor with mule(Only the executables)
|
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
|
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
|
RUN_DEPENDS= ${LOCALBASE}/lib/xemacs/mule-packages/pkginfo/MANIFEST.mule-base:${PORTSDIR}/editors/xemacs-mule-packages
|
||||||
.if defined(PKGNAMEPREFIX)
|
.if defined(PKGNAMEPREFIX)
|
||||||
|
|
Loading…
Add table
Reference in a new issue