diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-14 14:56:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-14 14:56:27 +0000 |
commit | 4b6cada8b4c6d61bd7d62805e21bf3c8225bade6 (patch) | |
tree | 1005b8e4345f75d41c8fad2839df6615f644e2da /japanese | |
parent | d1db046d61e9ddc7cfb33d4cb2c9a0fa975e5ace (diff) | |
download | ports-4b6cada8b4c6d61bd7d62805e21bf3c8225bade6.tar.gz ports-4b6cada8b4c6d61bd7d62805e21bf3c8225bade6.zip |
Notes
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" |