diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-08-12 14:17:02 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-08-12 14:17:02 +0000 |
commit | 61a01f87b6fbb4e970d2df0df061c95cf022a7c2 (patch) | |
tree | 5ff83e7c12bbc6fcf7be6adcaeb116425a631686 /editors | |
parent | 85ee2af852e5a9e13ed200084c6dddc0dcbef7f5 (diff) | |
download | pkgsrc-61a01f87b6fbb4e970d2df0df061c95cf022a7c2.tar.gz |
editors: Enable emacs27
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index ad8d2c95c78..7dc021bd5b4 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.208 2020/06/18 03:01:50 gutteridge Exp $ +# $NetBSD: Makefile,v 1.209 2020/08/12 14:17:02 ryoon Exp $ # COMMENT= Editors @@ -39,6 +39,7 @@ SUBDIR+= emacs25 SUBDIR+= emacs25-nox11 SUBDIR+= emacs26 SUBDIR+= emacs26-nox11 +SUBDIR+= emacs27 SUBDIR+= ex SUBDIR+= fe SUBDIR+= feathernotes |