diff options
author | steve <steve@FreeBSD.org> | 1999-11-29 03:59:38 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-29 03:59:38 +0000 |
commit | 26056ed132b7c42deeb245eb7591f37df78b2c57 (patch) | |
tree | ee9dca29bcf7f4bddf1b3a8b81ab077dbb21b10b /japanese/ruby14-tk | |
parent | 10a5d4313a76679ab735791d0a0a0ea12a8192f2 (diff) | |
download | FreeBSD-ports-26056ed132b7c42deeb245eb7591f37df78b2c57.zip FreeBSD-ports-26056ed132b7c42deeb245eb7591f37df78b2c57.tar.gz |
On second thought in the interest of getting 'real' ja-tcl82 and ja-tk82
ports remove the previous fix. If you absolutely must have this port you
can use the previous version of this Makefile until the Tcl/Tk 8.0 ports
go away in the very near future. :)
Diffstat (limited to 'japanese/ruby14-tk')
-rw-r--r-- | japanese/ruby14-tk/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/japanese/ruby14-tk/Makefile b/japanese/ruby14-tk/Makefile index 08b8a7d..7b90176 100644 --- a/japanese/ruby14-tk/Makefile +++ b/japanese/ruby14-tk/Makefile @@ -13,11 +13,6 @@ MAINTAINER= yasuf@big.or.jp WITH_TCL_JP= yes -# Temporarily use version 8.0.x of Tcl/Tk until we get the japanese -# equivalents of version 8.2.x. -TCL_VERSION?= 80 -TK_VERSION?= 80 - MASTERDIR= ${.CURDIR}/../../x11-toolkits/rubytk .include "${MASTERDIR}/Makefile" |