diff options
author | tron <tron@pkgsrc.org> | 1998-02-01 01:56:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-02-01 01:56:32 +0000 |
commit | 3fe0acc080b4021deda605cfe01e3b08b63d9b6c (patch) | |
tree | f15db2e3b354e41f8eed62c58e354b09e4d3ab20 /lang/Makefile | |
parent | 031993c0c64901aae3339a546901c32d2e9ba36f (diff) | |
download | pkgsrc-3fe0acc080b4021deda605cfe01e3b08b63d9b6c.tar.gz |
Add and enable python 1.5, fixes PR pkg/4763.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 3b712497856..c4048af9dfa 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/01/28 11:06:21 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/02/01 01:56:32 tron Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -42,7 +42,7 @@ SUBDIR += perl5 # SUBDIR += pgcc # SUBDIR += pgcc-current -# SUBDIR += python + SUBDIR += python # SUBDIR += rexx-imc # SUBDIR += ruby SUBDIR += scheme48 |