diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/ruby-tcltklib/Makefile | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index fbef61060e70..c9702ae2a3bf 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -326,7 +326,6 @@ SUBDIR += ruby-refe SUBDIR += ruby-romkan SUBDIR += ruby-slang - SUBDIR += ruby-tcltklib SUBDIR += ruby-tk SUBDIR += ruby-uconv SUBDIR += ruby-usersguide diff --git a/japanese/ruby-tcltklib/Makefile b/japanese/ruby-tcltklib/Makefile deleted file mode 100644 index b58abae50f45..000000000000 --- a/japanese/ruby-tcltklib/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: ja-ruby-tcltklib -# Date created: 15 March 1999 -# Whom: Yasuhiro Fukuma <yasuf@big.or.jp> -# -# $FreeBSD$ -# - -CATEGORIES= japanese - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Ruby interface to Japanized Tcl/Tk libraries - -TCL_VERSION?= 80 -TK_VERSION?= 80 -WITH_TCLTK_JP= yes - -MASTERDIR= ${.CURDIR}/../../lang/ruby-tcltklib - -.include "${MASTERDIR}/Makefile" |