diff options
author | drochner <drochner@pkgsrc.org> | 2002-10-25 10:49:36 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-10-25 10:49:36 +0000 |
commit | 8fffe3a86125ae67deaf7a7f5668077433f7fa03 (patch) | |
tree | 1f88d447aa7b1aff7699837dde72e5a57b8d99df /lang/Makefile | |
parent | ccc5c184f0a6daf4f95d0126d32ec41ecdf831e0 (diff) | |
download | pkgsrc-8fffe3a86125ae67deaf7a7f5668077433f7fa03.tar.gz |
add python22-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 45b9c0d22e3..224672d98e5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.134 2002/09/02 17:23:12 agc Exp $ +# $NetBSD: Makefile,v 1.135 2002/10/25 10:49:36 drochner Exp $ # COMMENT= Programming languages @@ -83,6 +83,7 @@ SUBDIR+= python20 SUBDIR+= python21 SUBDIR+= python21-pth SUBDIR+= python22 +SUBDIR+= python22-pth SUBDIR+= rexx-imc SUBDIR+= rexx-regina SUBDIR+= ruby |