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 | f35fc7593578a9bf71bda6028430e788d3ebe52c (patch) | |
tree | ef332b06dd5459490cb3a50307a11431f737ad56 /editors | |
parent | 767e96771e89dc1af4ac552d611db7d2776d1147 (diff) | |
download | pkgsrc-f35fc7593578a9bf71bda6028430e788d3ebe52c.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 |