diff --git a/templates/python/template b/templates/python/template index 12892a63a5d..ffac4b90b83 100644 --- a/templates/python/template +++ b/templates/python/template @@ -2,8 +2,7 @@ pkgname=python version=2.6.1 wrksrc="Python-$version" -distfiles=" -http://www.python.org/ftp/python/$version/Python-$version.tar.bz2" +distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2" configure_args="--with-threads --enable-shared" build_style=gnu_configure short_desc="Interpreted, interactive, object-oriented programming language"