diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-09 21:09:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-09 21:09:20 +0000 |
commit | e2107c85f6bad7fd4db8a0d32dc52e482dcf01ed (patch) | |
tree | 635d2c2cd03c8f3021d6ce3b171522808e69ddf1 /lang/Makefile | |
parent | ad1b116365db6ac6eeb7313aafbc665fdd0fa9c6 (diff) | |
download | pkgsrc-e2107c85f6bad7fd4db8a0d32dc52e482dcf01ed.tar.gz |
Remove Python 2.1 support.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/Makefile b/lang/Makefile index 58b08dd919c..c50c390e2a8 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.265 2009/01/19 22:38:08 kefren Exp $ +# $NetBSD: Makefile,v 1.266 2009/02/09 21:09:21 joerg Exp $ # COMMENT= Programming languages @@ -123,13 +123,11 @@ SUBDIR+= py-funge SUBDIR+= py-html-docs SUBDIR+= py-psyco SUBDIR+= py-pyrex -SUBDIR+= py21-html-docs SUBDIR+= py22-html-docs SUBDIR+= py23-html-docs SUBDIR+= py24-html-docs SUBDIR+= py25-html-docs #SUBDIR+= python # only contains Makefile fragments -SUBDIR+= python21 SUBDIR+= python23 SUBDIR+= python24 SUBDIR+= python25 |