diff options
author | kris <kris@FreeBSD.org> | 2004-03-21 15:39:49 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-21 15:39:49 +0800 |
commit | 8844b2dd4c2a177c7c9bce85f1674fbefcdfa10a (patch) | |
tree | 7f4884a71d2bb91ee8813334150e1d1cc6fc9df1 /lang | |
parent | 5cfcf7f635b937d037d1ca47d55fffc4a02629fb (diff) | |
download | freebsd-ports-gnome-8844b2dd4c2a177c7c9bce85f1674fbefcdfa10a.tar.gz freebsd-ports-gnome-8844b2dd4c2a177c7c9bce85f1674fbefcdfa10a.tar.zst freebsd-ports-gnome-8844b2dd4c2a177c7c9bce85f1674fbefcdfa10a.zip |
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
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 |