diff options
Diffstat (limited to 'dev-lang/python/python-1.5.2-r2.ebuild')
-rw-r--r-- | dev-lang/python/python-1.5.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-1.5.2-r2.ebuild b/dev-lang/python/python-1.5.2-r2.ebuild index dbe8b7e3676d..b9761b6c1405 100644 --- a/dev-lang/python/python-1.5.2-r2.ebuild +++ b/dev-lang/python/python-1.5.2-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-1.5.2-r2.ebuild,v 1.3 2000/11/02 02:17:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-1.5.2-r2.ebuild,v 1.4 2000/11/15 16:33:15 achim Exp $ P=python-1.5.2 A="py152.tgz python-fchksum-1.1.tar.gz" @@ -19,9 +19,9 @@ DEPEND=">=sys-apps/bash-2.04 >=sys-libs/glibc-2.1.3 >=sys-libs/gpm-1.19.3 >=sys-libs/ncurses-5.1 - >=dev-lang/tcl-tk-8.1.1 >=x11-base/xfree-4.0.1" +# This does not work >=dev-lang/tcl-tk-8.1.1 src_compile() { try ./configure --prefix=/usr --with-threads cp Makefile Makefile.orig |