diff options
author | snj <snj> | 2008-11-29 18:13:28 +0000 |
---|---|---|
committer | snj <snj> | 2008-11-29 18:13:28 +0000 |
commit | 4bef3c40411d1662a746d0cb932f0ef0ee1c95a8 (patch) | |
tree | 0f25dd0fe4b2582fbbdf4228035255bf036c4827 /lang/Makefile | |
parent | f267defcc5a3ed787f110bdfe6f82d7c78082130 (diff) | |
download | pkgsrc-4bef3c40411d1662a746d0cb932f0ef0ee1c95a8.tar.gz |
Remove python15.
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 a15df5a76a2..ae48d76f106 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.263 2008/11/28 01:18:21 bjs Exp $ +# $NetBSD: Makefile,v 1.264 2008/11/29 18:13:28 snj Exp $ # COMMENT= Programming languages @@ -130,7 +130,6 @@ SUBDIR+= py23-html-docs SUBDIR+= py24-html-docs SUBDIR+= py25-html-docs #SUBDIR+= python # only contains Makefile fragments -SUBDIR+= python15 SUBDIR+= python21 SUBDIR+= python23 SUBDIR+= python24 |