diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-01 23:25:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-01 23:25:33 +0000 |
commit | 465ee6b84e222f31a667c7ade257a33b2f823bbf (patch) | |
tree | 59c38841ab2dd0465dc40034125f5cf929955ce2 /lang/Makefile | |
parent | e45699230d1935834a14b65b2db8c742f73b655b (diff) | |
download | pkgsrc-465ee6b84e222f31a667c7ade257a33b2f823bbf.tar.gz |
add and enable python21-pth
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 96dbff16420..6e2de49172c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.131 2002/08/28 10:13:32 seb Exp $ +# $NetBSD: Makefile,v 1.132 2002/09/01 23:25:33 wiz Exp $ # COMMENT= Programming languages @@ -81,6 +81,7 @@ SUBDIR+= py22-html-docs SUBDIR+= python15 SUBDIR+= python20 SUBDIR+= python21 +SUBDIR+= python21-pth SUBDIR+= python22 SUBDIR+= ruby SUBDIR+= ruby-base |