diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-25 01:04:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-25 01:04:11 +0000 |
commit | f895e15bb90e64f627a3b240931a490c02189db3 (patch) | |
tree | 5922622805f6c57a7c7c84cb4052390c0dc0ee45 /lang | |
parent | 940e7183817e88f872b9834cf21a9ab629edc223 (diff) | |
download | pkgsrc-f895e15bb90e64f627a3b240931a490c02189db3.tar.gz |
remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 41 |
1 files changed, 3 insertions, 38 deletions
diff --git a/lang/Makefile b/lang/Makefile index 50c1a6c27ea..b0ab1177058 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,84 +1,49 @@ -# $NetBSD: Makefile,v 1.42 2000/02/15 19:45:22 pooka Exp $ +# $NetBSD: Makefile,v 1.43 2000/02/25 01:04:14 wiz Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # -# SUBDIR += Gofer SUBDIR += STk -# SUBDIR += Sather SUBDIR += bwbasic -# SUBDIR += cim SUBDIR += cint SUBDIR += clisp -# SUBDIR += cmucl -# SUBDIR += eiffel SUBDIR += egcs SUBDIR += elisp-manual SUBDIR += elk -# SUBDIR += eperl SUBDIR += expect SUBDIR += f2c SUBDIR += fort77 -# SUBDIR += forth -# SUBDIR += g77 SUBDIR += gawk -# SUBDIR += gcl SUBDIR += gforth SUBDIR += ghc -# SUBDIR += gnat SUBDIR += guavac SUBDIR += guile SUBDIR += hugs SUBDIR += icon -# SUBDIR += idl4 -# SUBDIR += itcl SUBDIR += japhar -# SUBDIR += javac_netscape SUBDIR += jdk SUBDIR += jikes SUBDIR += kaffe -# SUBDIR += lcc SUBDIR += libperl SUBDIR += librep -# SUBDIR += logo SUBDIR += mawk -# SUBDIR += mit-scheme -# SUBDIR += mixal -# SUBDIR += mocka -# SUBDIR += modula-3 -# SUBDIR += modula-3-lib -# SUBDIR += modula-3-socks SUBDIR += moscow_ml SUBDIR += mzscheme SUBDIR += nawk -# SUBDIR += ocaml SUBDIR += p2c -# SUBDIR += p5-Tcl -# SUBDIR += p5-ePerl -# SUBDIR += pbasic SUBDIR += perl5 -# SUBDIR += pgcc -# SUBDIR += pgcc-current +# SUBDIR += perl5-currrent # disabled by default SUBDIR += py-extclass SUBDIR += py-html-docs SUBDIR += python -# SUBDIR += rexx-imc SUBDIR += ruby SUBDIR += scheme48 -# SUBDIR += schemetoc -# SUBDIR += scm SUBDIR += siod SUBDIR += smalleiffel SUBDIR += sml-nj -# SUBDIR += smalltalk SUBDIR += squeak -# SUBDIR += sr -# SUBDIR += swi-pl -# SUBDIR += tcl75 -# SUBDIR += tcl76 SUBDIR += tcl80 SUBDIR += tclX80 + SUBDIR += tclman80 SUBDIR += ucblogo -# SUBDIR += vast_f90 -# SUBDIR += xpl .include "../mk/bsd.pkg.subdir.mk" |