diff options
author | sem <sem@FreeBSD.org> | 2006-05-06 08:44:14 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-05-06 08:44:14 +0000 |
commit | 81de33d61b3e7194a3be87f5ffff39652e3aed19 (patch) | |
tree | 4e5b6f25bca0279c83a6cd9f116ef47ee48e3c93 | |
parent | 226c0473043935620cb24a281964dff5dd35b688 (diff) | |
download | FreeBSD-ports-81de33d61b3e7194a3be87f5ffff39652e3aed19.zip FreeBSD-ports-81de33d61b3e7194a3be87f5ffff39652e3aed19.tar.gz |
- Add USE_EMACS=yes. It should present in all emacsen ports.
(This commit prevents the ports breakage after more strict condition
will applied in bsd.port.mk and makes no functional changes)
PR: ports/95238
Submitted by: nobutaka
-rw-r--r-- | editors/doxymacs/Makefile | 1 | ||||
-rw-r--r-- | lang/tuareg-mode.el/Makefile | 1 | ||||
-rw-r--r-- | mail/rmime/Makefile | 1 | ||||
-rw-r--r-- | math/proofgeneral/Makefile | 1 | ||||
-rw-r--r-- | textproc/tdtd.el/Makefile | 1 | ||||
-rw-r--r-- | textproc/uim-el/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/editors/doxymacs/Makefile b/editors/doxymacs/Makefile index 3875492..636f12e 100644 --- a/editors/doxymacs/Makefile +++ b/editors/doxymacs/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= dryice@dryice.name COMMENT= Doxymacs is Doxygen + {X}Emacs +USE_EMACS= yes EMACS_PORT_NAME?= emacs21 BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/w3/w3.el:${PORTSDIR}/www/w3-4 \ xmllint:${PORTSDIR}/textproc/libxml2 diff --git a/lang/tuareg-mode.el/Makefile b/lang/tuareg-mode.el/Makefile index 7e3c450..d9251d1 100644 --- a/lang/tuareg-mode.el/Makefile +++ b/lang/tuareg-mode.el/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www-rocq.inria.fr/~acohen/tuareg/mode/ MAINTAINER= dd@FreeBSD.org COMMENT= Emacs major mode for editing Caml code +USE_EMACS= yes EMACS_PORT_NAME?= emacs20 DOC_FILES= README HISTORY append-tuareg.el custom-tuareg.el diff --git a/mail/rmime/Makefile b/mail/rmime/Makefile index 8c9d441..5aa2abc 100644 --- a/mail/rmime/Makefile +++ b/mail/rmime/Makefile @@ -19,6 +19,7 @@ EXTRACT_ONLY= # empty MAINTAINER= dd@FreeBSD.org COMMENT= Decode MIME messages inside Emacs (works with RMAIL, VM, and mh-e) +USE_EMACS= yes EMACS_PORT_NAME?= emacs20 RUN_DEPENDS= metamail:${PORTSDIR}/mail/metamail diff --git a/math/proofgeneral/Makefile b/math/proofgeneral/Makefile index 16ba4b3..c053883 100644 --- a/math/proofgeneral/Makefile +++ b/math/proofgeneral/Makefile @@ -48,6 +48,7 @@ EMACS_PORT_NAME=emacs21 .include "${PORTSDIR}/Mk/bsd.emacs.mk" MAKE_ARGS+= EMACS_NAME=${EMACS_NAME} EMACS_SITE_LISPDIR=${EMACS_SITE_LISPDIR} +USE_EMACS= yes USE_GMAKE= yes USE_PERL5= yes USE_REINPLACE= yes diff --git a/textproc/tdtd.el/Makefile b/textproc/tdtd.el/Makefile index 86566ee..61bb8bc 100644 --- a/textproc/tdtd.el/Makefile +++ b/textproc/tdtd.el/Makefile @@ -15,6 +15,7 @@ EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= An emacs major mode for editing SGML and XML DTDs +USE_EMACS= yes EMACS_PORT_NAME?= emacs20 EMACS_NO_BUILD_DEPENDS= YES diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile index b171da3..008684f 100644 --- a/textproc/uim-el/Makefile +++ b/textproc/uim-el/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS= uim-el-agent:${PORTSDIR}/textproc/uim USE_PERL5_BUILD=yes USE_GMAKE= yes USE_ICONV= yes +USE_EMACS= yes GNU_CONFIGURE= yes EMACS_PORT_NAME?= emacs21 |