diff options
author | kamil <kamil> | 2016-06-16 02:29:27 +0000 |
---|---|---|
committer | kamil <kamil> | 2016-06-16 02:29:27 +0000 |
commit | f81aacf90a45e353dbb006c82d8505abd93ead16 (patch) | |
tree | c3117b1e5bdd14d7793ffa2b5736a17418b2f4ba /editors | |
parent | 491dd9a2ac2b77fc80921b43a646e1fd6b2b1886 (diff) | |
download | pkgsrc-f81aacf90a45e353dbb006c82d8505abd93ead16.tar.gz |
Add editors/codeblocks
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 06733a3bd9f..9315a620a08 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.174 2016/06/15 22:05:04 kamil Exp $ +# $NetBSD: Makefile,v 1.175 2016/06/16 02:29:27 kamil Exp $ # COMMENT= Editors @@ -15,6 +15,7 @@ SUBDIR+= bvi SUBDIR+= ce SUBDIR+= ce-doc SUBDIR+= ce-x11 +SUBDIR+= codeblocks SUBDIR+= codelite SUBDIR+= conglomerate SUBDIR+= cooledit |