diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-05-14 18:02:16 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-05-14 18:02:16 +0000 |
commit | f7fd956149a81678656e0ad35966e4eadf37efaf (patch) | |
tree | 62fec16465b6b581ecb2514dfcce0f61bf83f705 | |
parent | d3218553b45b5e25980031250346bbe59f49e3b4 (diff) | |
download | pkgsrc-f7fd956149a81678656e0ad35966e4eadf37efaf.tar.gz |
Add and enable sun-jdk14 and sun-jre14.
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index aa29be789ef..6518bdf8e02 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.119 2002/05/08 15:42:51 jschauma Exp $ +# $NetBSD: Makefile,v 1.120 2002/05/14 18:02:16 jschauma Exp $ # COMMENT= Programming languages @@ -92,7 +92,9 @@ SUBDIR+= snobol SUBDIR+= squeak SUBDIR+= stalin SUBDIR+= sun-jdk13 +SUBDIR+= sun-jdk14 SUBDIR+= sun-jre13 +SUBDIR+= sun-jre14 SUBDIR+= swi-prolog SUBDIR+= tcl SUBDIR+= tcl-expect |