diff options
author | joerg <joerg@pkgsrc.org> | 2009-09-07 18:17:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-09-07 18:17:28 +0000 |
commit | bfe6437d3d98a6faeba0cad178f6cd45598808ea (patch) | |
tree | 1b056d0a033b7f94d977d02fb9d1674ad4024801 /lang/Makefile | |
parent | 3efa3665036719176e658701712eb0cdc7738e30 (diff) | |
download | pkgsrc-bfe6437d3d98a6faeba0cad178f6cd45598808ea.tar.gz |
Remove py22-html-docs, py23-html-docs and Python 2.3.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/Makefile b/lang/Makefile index ffc67780abb..fa730bd69e6 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.272 2009/07/26 21:21:29 rillig Exp $ +# $NetBSD: Makefile,v 1.273 2009/09/07 18:17:28 joerg Exp $ # COMMENT= Programming languages @@ -127,12 +127,9 @@ SUBDIR+= py-funge SUBDIR+= py-html-docs SUBDIR+= py-psyco SUBDIR+= py-pyrex -SUBDIR+= py22-html-docs -SUBDIR+= py23-html-docs SUBDIR+= py24-html-docs SUBDIR+= py25-html-docs #SUBDIR+= python # only contains Makefile fragments -SUBDIR+= python23 SUBDIR+= python24 SUBDIR+= python25 SUBDIR+= python26 |