diff options
author | wiz <wiz> | 2012-10-03 22:06:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-10-03 22:06:25 +0000 |
commit | 03508c54d5d81048e20d66da8cd020fbb23f2927 (patch) | |
tree | 8cba985e9603c120eac6cf46fdb125bb19e2edf7 /lang | |
parent | 95c668ccff71ef249e83d1cae4351dfa3a670bfc (diff) | |
download | pkgsrc-03508c54d5d81048e20d66da8cd020fbb23f2927.tar.gz |
Remove python25 and py25-html-docs here as well.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/Makefile b/lang/Makefile index 4fba39d2205..2f45f00fe5b 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.331 2012/10/02 08:03:02 wiz Exp $ +# $NetBSD: Makefile,v 1.332 2012/10/03 22:06:25 wiz Exp $ # COMMENT= Programming languages @@ -144,11 +144,9 @@ SUBDIR+= py-basicproperty SUBDIR+= py-cxfreeze SUBDIR+= py-psyco SUBDIR+= py-pyrex -SUBDIR+= py25-html-docs SUBDIR+= py26-html-docs SUBDIR+= py27-html-docs #SUBDIR+= python # only contains Makefile fragments -SUBDIR+= python25 SUBDIR+= python26 SUBDIR+= python27 SUBDIR+= python31 |