diff options
author | wiz <wiz> | 2001-08-09 19:32:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-08-09 19:32:03 +0000 |
commit | dd259ad77b8b4ebe2b9b1843eb0ed3e78b0a2919 (patch) | |
tree | 27bfc4d4c9977d4436077aef00f5c8ea74db0dab /lang/Makefile | |
parent | 30c5d610f2b3461eae04afb6ebc20f861b1451d9 (diff) | |
download | pkgsrc-dd259ad77b8b4ebe2b9b1843eb0ed3e78b0a2919.tar.gz |
Add and enable python21
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 30ef46e8541..baef2a148ab 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2001/06/30 14:14:58 taca Exp $ +# $NetBSD: Makefile,v 1.104 2001/08/09 19:32:03 wiz Exp $ # COMMENT= Programming languages @@ -66,6 +66,7 @@ SUBDIR+= pgcc SUBDIR+= py-extclass SUBDIR+= py-html-docs SUBDIR+= python +SUBDIR+= python21 SUBDIR+= ruby SUBDIR+= ruby-base #SUBDIR+= ruby14-base |