diff options
author | knu <knu@FreeBSD.org> | 2000-09-07 00:03:36 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-07 00:03:36 +0000 |
commit | 0344a074eb821c59cb0d9e7ec63e1cd6c1210cf9 (patch) | |
tree | 48a6bad4612ad2a11435caf81d62af0a03d40dbb /japanese/ruby14-tcltklib | |
parent | eeb01b2fe97b7d685399763ea8ca9e854ded513d (diff) | |
download | FreeBSD-ports-0344a074eb821c59cb0d9e7ec63e1cd6c1210cf9.zip FreeBSD-ports-0344a074eb821c59cb0d9e7ec63e1cd6c1210cf9.tar.gz |
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/ruby14-tcltklib')
-rw-r--r-- | japanese/ruby14-tcltklib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ruby14-tcltklib/Makefile b/japanese/ruby14-tcltklib/Makefile index 0d5ccad..9edca52 100644 --- a/japanese/ruby14-tcltklib/Makefile +++ b/japanese/ruby14-tcltklib/Makefile @@ -11,8 +11,8 @@ 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}/../../lang/ruby14-tcltklib .include "${MASTERDIR}/Makefile" |