diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-14 12:18:25 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-14 12:18:25 +0000 |
commit | 8d0657e26aa441864c4c87a59734c4bec9f51b64 (patch) | |
tree | bac3d1676b05d52e588e506976c9aa969efd2a8c /x11-toolkits/Makefile | |
parent | f1af9ee53dd57586e1068cc1d61cc1b105d2ac5e (diff) |
Add GtkScintilla. GtkScintilla is a wrapper for the Scintilla editing
component wich adds some facility to this powerful component.
Notes
Notes:
svn path=/head/; revision=35972
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index a4241414f617..5c2ee925350a 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -30,6 +30,7 @@ SUBDIR += gtkextra SUBDIR += gtkextra-- SUBDIR += gtkglarea + SUBDIR += gtkscintilla SUBDIR += gtkstep SUBDIR += gtkstep-pastel SUBDIR += guile-gnome |