diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-10-13 22:12:15 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-10-13 22:12:15 +0000 |
commit | 409545b2061961fe61a4cd140082ec33b4b72e27 (patch) | |
tree | 3d4ca1035f7f555aeceb20da5b951a703b5746ef /x11-toolkits/Makefile | |
parent | 14baee5db2c1ef855dea30ab02b7f734d386fa14 (diff) |
FXRuby is a Ruby extension module that provides an interface to the
FOX GUI library.
Author: Lyle Johnson <ljohnson@resgen.com>
WWW: http://fxruby.sourceforge.net/
PR: 128006
Submitted by: Luiz Eduardo Roncato Cordeiro <cordeiro at luinil dot cert dot br>
Notes
Notes:
svn path=/head/; revision=221560
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 64109cb04fdf..a087ac65fd15 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -232,6 +232,7 @@ SUBDIR += rep-gtk2 SUBDIR += ruby-fox10 SUBDIR += ruby-fox12 + SUBDIR += ruby-fox16 SUBDIR += ruby-gnomeprintui SUBDIR += ruby-gtk SUBDIR += ruby-gtk2 |