diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-08 00:34:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-08 00:34:09 +0000 |
commit | d22e617995259c970604ecb95987596011fcab19 (patch) | |
tree | af804fe6ae63af80be9abbb30f08ca1dc55815a9 /x11-toolkits/Makefile | |
parent | Remove gtksourceview. (diff) |
Re-add gtksourceview under the x11-toolkits category. Gtksourceview is
an editor component that adds syntax highlighting support to the default
GtkTextView widget.
Notes
Notes:
svn path=/head/; revision=80408
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 63d32541a81f..710e14925cf4 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -70,6 +70,7 @@ SUBDIR += gtkglextmm SUBDIR += gtkmathview SUBDIR += gtkscintilla + SUBDIR += gtksourceview SUBDIR += gtkstep SUBDIR += gtkstep-pastel SUBDIR += gtoolkit |