diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-06-29 08:22:17 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-06-29 08:22:17 +0000 |
commit | 897f127529795b57b5f1923f764634a8a3a97edd (patch) | |
tree | aa349e1ed102081fc55573b8c2d44a4ab926766b /editors/Makefile | |
parent | e7a53bc45ae79c1a8835f1335598e13e7a740196 (diff) | |
download | freebsd-ports-897f127529795b57b5f1923f764634a8a3a97edd.zip |
Add editors/elementary-code, code editor designed for elementary OS
PR: 247610
Submitted by: Miguel Gocobachi <miguel@gocobachi.dev>
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 0fa8ce9a0304..2ea31a7f803b 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -36,6 +36,7 @@ SUBDIR += ecrire SUBDIR += edith SUBDIR += editorconfig-core-c + SUBDIR += elementary-code SUBDIR += emacs SUBDIR += emacs-devel SUBDIR += encryptpad |