diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-08-31 08:57:38 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-08-31 08:57:38 +0000 |
commit | 47f4599d9e5365b06efdefc463ca3e961c91a122 (patch) | |
tree | f5cb3cb488ad75ed913b630971a2895b8b6ee9f4 /devel/Makefile | |
parent | 5c99eefb87f511afa6a17131f604e6a4df73cab0 (diff) |
Notes
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 89453775c852..b3790a223977 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -576,8 +576,10 @@ SUBDIR += geany SUBDIR += geany-plugin-addons SUBDIR += geany-plugin-autoclose + SUBDIR += geany-plugin-automark SUBDIR += geany-plugin-codenav SUBDIR += geany-plugin-commander + SUBDIR += geany-plugin-ctags SUBDIR += geany-plugin-debugger SUBDIR += geany-plugin-defineformat SUBDIR += geany-plugin-devhelp @@ -586,20 +588,23 @@ SUBDIR += geany-plugin-geanypy SUBDIR += geany-plugin-gendoc SUBDIR += geany-plugin-geniuspaste - SUBDIR += geany-plugin-gproject + SUBDIR += geany-plugin-git-changebar SUBDIR += geany-plugin-insertnum SUBDIR += geany-plugin-latex SUBDIR += geany-plugin-lipsum SUBDIR += geany-plugin-lua SUBDIR += geany-plugin-macro + SUBDIR += geany-plugin-markdown SUBDIR += geany-plugin-miniscript SUBDIR += geany-plugin-multiterm SUBDIR += geany-plugin-numberedbookmarks + SUBDIR += geany-plugin-overview SUBDIR += geany-plugin-pairtaghighlighter SUBDIR += geany-plugin-pg SUBDIR += geany-plugin-pohelper SUBDIR += geany-plugin-pretty-printer SUBDIR += geany-plugin-prj + SUBDIR += geany-plugin-projectorganizer SUBDIR += geany-plugin-scope SUBDIR += geany-plugin-sendmail SUBDIR += geany-plugin-shiftcolumn |