diff options
author | skrll <skrll> | 2000-11-21 16:34:53 +0000 |
---|---|---|
committer | skrll <skrll> | 2000-11-21 16:34:53 +0000 |
commit | f9329265e473521f4c49351a8d16bcece7c91497 (patch) | |
tree | 48481c0e5ff726c91ed2a78d0606182001c70167 /lang | |
parent | a0fe9f556eea1dcdbd02fd5d362ce862e111c675 (diff) | |
download | pkgsrc-f9329265e473521f4c49351a8d16bcece7c91497.tar.gz |
Disable {libperl,perl}-current
Update sun-{jdk,jre}
Diffstat (limited to 'lang')
-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 |