diff options
author | kamil <kamil@pkgsrc.org> | 2016-06-15 22:05:04 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-06-15 22:05:04 +0000 |
commit | 105f609e759bc034c10fcbc63371e2d07167234b (patch) | |
tree | 81ff8a3c9dea83bd0030b361a585ba522675f4b7 /editors | |
parent | 3b0f29b58a09a41e2181fc69d972afaf79413a22 (diff) | |
download | pkgsrc-105f609e759bc034c10fcbc63371e2d07167234b.tar.gz |
Add editors/codelite
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 1f4cf86ae20..06733a3bd9f 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.173 2016/06/15 08:38:54 kamil Exp $ +# $NetBSD: Makefile,v 1.174 2016/06/15 22:05:04 kamil Exp $ # COMMENT= Editors @@ -15,6 +15,7 @@ SUBDIR+= bvi SUBDIR+= ce SUBDIR+= ce-doc SUBDIR+= ce-x11 +SUBDIR+= codelite SUBDIR+= conglomerate SUBDIR+= cooledit SUBDIR+= dasher |