diff options
author | dholland <dholland@pkgsrc.org> | 2013-02-17 07:37:32 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-02-17 07:37:32 +0000 |
commit | f6c05effe125df68521c9b5e7bac6aa15fc47350 (patch) | |
tree | 770f02bf5f2bd709088147ab0dc3e26961c2c1f5 /editors | |
parent | 64b61d04415412e6e647334666bc7e889030ed6d (diff) | |
download | pkgsrc-f6c05effe125df68521c9b5e7bac6aa15fc47350.tar.gz |
+emacs23, emacs23-nox11
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index e19bea95399..598afecc4af 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.159 2013/01/23 22:00:58 wiz Exp $ +# $NetBSD: Makefile,v 1.160 2013/02/17 07:37:32 dholland Exp $ # COMMENT= Editors @@ -35,6 +35,8 @@ SUBDIR+= emacs21 SUBDIR+= emacs21-nox11 SUBDIR+= emacs22 SUBDIR+= emacs22-nox11 +SUBDIR+= emacs23 +SUBDIR+= emacs23-nox11 SUBDIR+= emacs24 SUBDIR+= emacs24-nox11 SUBDIR+= ex |