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 /japanese/ruby-tk | |
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 'japanese/ruby-tk')
-rw-r--r-- | japanese/ruby-tk/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/ruby-tk/Makefile b/japanese/ruby-tk/Makefile index 0d5ccad56600..2984a400d1b3 100644 --- a/japanese/ruby-tk/Makefile +++ b/japanese/ruby-tk/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: ja-rubytk +# New ports collection makefile for: ja-ruby-tk # Date created: 15 March 1999 # Whom: Yasuhiro Fukuma <yasuf@big.or.jp> # @@ -9,10 +9,9 @@ CATEGORIES= japanese MAINTAINER= yasuf@bsdclub.org -TCL_VERSION?= 80 TK_VERSION?= 80 -WITH_TCL_JP= yes +WITH_TCLTK_JP= yes -MASTERDIR= ${.CURDIR}/../../x11-toolkits/rubytk +MASTERDIR= ${.CURDIR}/../../x11-toolkits/ruby-tk .include "${MASTERDIR}/Makefile" |