diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
commit | dae6521fbd55942614bff4ea61c8e8b5c026b6d4 (patch) | |
tree | 0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /lang/Makefile | |
parent | eca16f16d39ee70b8857fc2115818e11e215bcef (diff) | |
download | pkgsrc-dae6521fbd55942614bff4ea61c8e8b5c026b6d4.tar.gz |
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 1ad93f8f08a..d1875ace2b8 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.406 2015/04/04 12:55:28 rodent Exp $ +# $NetBSD: Makefile,v 1.407 2015/04/13 23:12:44 rodent Exp $ # COMMENT= Programming languages @@ -166,7 +166,6 @@ SUBDIR+= py27-html-docs SUBDIR+= py33-html-docs SUBDIR+= py34-html-docs #SUBDIR+= python # only contains Makefile fragments -SUBDIR+= python26 SUBDIR+= python27 SUBDIR+= python33 SUBDIR+= python34 |