diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-27 12:41:31 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-27 12:41:31 +0000 |
commit | 681441be3ba6b4eff12d2be480b791cfd33b63d9 (patch) | |
tree | 93639d9812d443b934ecf246ca4b77c2f2a1295e /x11-toolkits/Makefile | |
parent | a Ruby interface to Tcl/Tk libraries (diff) |
Added rubytk
Notes
Notes:
svn path=/head/; revision=18158
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index f9af1d02bab6..2c826ca49832 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.24 1999/04/05 22:47:14 jseger Exp $ +# $Id: Makefile,v 1.25 1999/04/12 08:17:25 asami Exp $ # SUBDIR += FWF @@ -26,6 +26,7 @@ SUBDIR += pmw SUBDIR += py-gnome SUBDIR += qt142 + SUBDIR += rubytk SUBDIR += slingshot SUBDIR += tix SUBDIR += tk41 |