diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
commit | 131cd97388c78909b13a26c3ce289bbf3c007b7f (patch) | |
tree | d22f5aaa16546b9e90fc0a35df15ff1dc17c67e9 /lang | |
parent | a4ec4cda7de50f10ddf987112732dbd1e3e29557 (diff) |
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983
Notes
Notes:
svn path=/head/; revision=104813
Diffstat (limited to 'lang')
-rw-r--r-- | lang/logo/Makefile | 2 | ||||
-rw-r--r-- | lang/mozart/Makefile | 2 | ||||
-rw-r--r-- | lang/ocaml-mode.el/Makefile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile index e49e0e6afc07..d8efe15f0c9f 100644 --- a/lang/logo/Makefile +++ b/lang/logo/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Brian Harvey's logo language interpreter .if defined(EMACS_LOGO_MODE) -BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs +BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs19 .endif .if defined(WITH_FULL_DOCS) .undef NOPORTDOCS diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index d58b696848e5..8da8da18c951 100644 --- a/lang/mozart/Makefile +++ b/lang/mozart/Makefile @@ -20,7 +20,7 @@ DISTFILES+= ${MOZART_DOCS} MAINTAINER= mathiasp@virtual-earth.de COMMENT= A distributed language with constraint-based inference -BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs21 \ +BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs \ ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ gmp.6:${PORTSDIR}/math/libgmp4 \ diff --git a/lang/ocaml-mode.el/Makefile b/lang/ocaml-mode.el/Makefile index 28d0d00316f8..7e288c8ae699 100644 --- a/lang/ocaml-mode.el/Makefile +++ b/lang/ocaml-mode.el/Makefile @@ -16,8 +16,8 @@ DISTNAME= ocaml-mode-3.01 MAINTAINER= jkoshy@FreeBSD.org COMMENT= An EMACS mode for editing OCaml programs -BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs21 -RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs21 +BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs +RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs NO_BUILD= yes |