diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-03-09 08:57:57 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-03-09 08:57:57 +0000 |
commit | a5a6220a3b85f48ef1af9092f54609ca0d3d29b6 (patch) | |
tree | 32f28a85e6ff1f4715a00dd63dabb230a8d2d702 /japanese | |
parent | c056f45076ba5b57b539dd5a8d005f5e9bee9a36 (diff) | |
download | ports-a5a6220a3b85f48ef1af9092f54609ca0d3d29b6.tar.gz ports-a5a6220a3b85f48ef1af9092f54609ca0d3d29b6.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/ruby-tk/Makefile | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 8b0cb6183024..efb14e2db7e2 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -273,7 +273,6 @@ SUBDIR += ruby-refe SUBDIR += ruby-romkan SUBDIR += ruby-slang - SUBDIR += ruby-tk SUBDIR += ruby-uconv SUBDIR += ruby-usersguide SUBDIR += rubygem-jpmobile diff --git a/japanese/ruby-tk/Makefile b/japanese/ruby-tk/Makefile deleted file mode 100644 index faf720c002db..000000000000 --- a/japanese/ruby-tk/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: ja-ruby-tk -# Date created: 15 March 1999 -# Whom: Yasuhiro Fukuma <yasuf@big.or.jp> -# -# $FreeBSD$ -# - -CATEGORIES= japanese - -MAINTAINER= stas@FreeBSD.org -COMMENT= Ruby interface to the Japanized Tk widget set - -TK_VERSION?= 8.0jp -WITH_TCLTK_JP= yes - -MASTERDIR= ${.CURDIR}/../../x11-toolkits/ruby-tk - -BROKEN= won't work with current ruby-tk -DEPRECATED= uses old Tk, not required with newver versions -EXPIRATION_DATE=2009-02-21 - -.include "${MASTERDIR}/Makefile" |