diff options
author | skrll <skrll> | 2000-11-21 16:34:53 +0000 |
---|---|---|
committer | skrll <skrll> | 2000-11-21 16:34:53 +0000 |
commit | 8af5207cefecda1d39f2ea58b24324abc8d8d021 (patch) | |
tree | 48481c0e5ff726c91ed2a78d0606182001c70167 /lang/Makefile | |
parent | e1091f87938a603fc8dbcbcd03812c4f1d543527 (diff) | |
download | pkgsrc-8af5207cefecda1d39f2ea58b24324abc8d8d021.tar.gz |
Disable {libperl,perl}-current
Update sun-{jdk,jre}
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/Makefile b/lang/Makefile index 54630b0defb..c1bb681f2bb 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2000/11/18 00:39:32 tv Exp $ +# $NetBSD: Makefile,v 1.76 2000/11/21 16:34:53 skrll Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -35,7 +35,7 @@ SUBDIR += kaffe SUBDIR += kali SUBDIR += libperl - SUBDIR += libperl-current +# SUBDIR += libperl-current SUBDIR += librep SUBDIR += mawk SUBDIR += minischeme @@ -46,7 +46,7 @@ SUBDIR += p2c SUBDIR += perl5 SUBDIR += perl5-base - SUBDIR += perl5-current +# SUBDIR += perl5-current SUBDIR += py-extclass SUBDIR += py-html-docs SUBDIR += python @@ -58,8 +58,8 @@ SUBDIR += sml-nj SUBDIR += snobol SUBDIR += squeak - SUBDIR += sun-jdk12 - SUBDIR += sun-jre12 + SUBDIR += sun-jdk13 + SUBDIR += sun-jre13 SUBDIR += tcl SUBDIR += tcl-expect SUBDIR += tcl-tclX |