Bump revision and fixes for pkgs requiring libssl.

This commit is contained in:
Juan RP 2010-11-02 08:31:35 +01:00
parent ad2695a838
commit 6821efbeea
43 changed files with 129 additions and 70 deletions

View file

@ -1,7 +1,7 @@
# Template build file for 'python'.
pkgname=python
version=2.6.5
revision=2
revision=3
wrksrc="Python-$version"
distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2"
configure_args="--with-threads --enable-ipv6 --with-signal-module
@ -31,7 +31,7 @@ Add_dependency run zlib
Add_dependency run readline
Add_dependency run bzip2
Add_dependency run gdbm
Add_dependency run openssl
Add_dependency run libssl
Add_dependency run expat
Add_dependency run db
Add_dependency run ncursesw