diff options
author | knu <knu@FreeBSD.org> | 2000-09-07 08:03:36 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-07 08:03:36 +0800 |
commit | 0344a074eb821c59cb0d9e7ec63e1cd6c1210cf9 (patch) | |
tree | 48a6bad4612ad2a11435caf81d62af0a03d40dbb /x11-toolkits/Makefile | |
parent | eeb01b2fe97b7d685399763ea8ca9e854ded513d (diff) | |
download | freebsd-ports-gnome-0344a074eb821c59cb0d9e7ec63e1cd6c1210cf9.tar.gz freebsd-ports-gnome-0344a074eb821c59cb0d9e7ec63e1cd6c1210cf9.tar.zst freebsd-ports-gnome-0344a074eb821c59cb0d9e7ec63e1cd6c1210cf9.zip |
Split rubytk into ruby-tcltklib and ruby-tk.
Approved by: Yasuhiro Fukuma <yasuf@bsdclub.org> (MAINTAINER)
Repocopy ruby-* to ruby14-* and update ruby-* to 1.6.0-preview3.
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 f87427946b9e..a90fda9887cf 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -68,7 +68,8 @@ SUBDIR += ruby-gtk SUBDIR += ruby-qt SUBDIR += ruby-qt-i18n - SUBDIR += rubytk + SUBDIR += ruby-tk + SUBDIR += ruby14-tk SUBDIR += slingshot SUBDIR += thinice SUBDIR += tix |