wok-next rev 20733
graphviz: use with ruby-2.5; python-pil: update bdeps
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue May 29 18:38:56 2018 +0300 (2018-05-29) |
parents | 542df2bfb7b5 |
children | 44db492e9f33 |
files | graphviz/receipt python-pil/receipt |
line diff
1.1 --- a/graphviz/receipt Tue May 29 17:01:41 2018 +0300 1.2 +++ b/graphviz/receipt Tue May 29 18:38:56 2018 +0300 1.3 @@ -24,7 +24,7 @@ 1.4 # (PHP broken itself, Lua breaks the Graphviz) 1.5 1.6 compile_rules() { 1.7 - sed -i '/ruby/s/1\.9/2.4/' configure.ac 1.8 + sed -i '/ruby/s/1\.9/2.5/' configure.ac 1.9 sed -i '/LIBPOSTFIX="64"/s/64//' configure.ac 1.10 autoreconf && 1.11
2.1 --- a/python-pil/receipt Tue May 29 17:01:41 2018 +0300 2.2 +++ b/python-pil/receipt Tue May 29 18:38:56 2018 +0300 2.3 @@ -12,7 +12,7 @@ 2.4 WGET_URL="http://effbot.org/downloads/$TARBALL" 2.5 2.6 DEPENDS="python jpeg zlib freetype tk" 2.7 -BUILD_DEPENDS="python python-dev jpeg-dev zlib-dev tk-dev" 2.8 +BUILD_DEPENDS="python python-dev jpeg-dev zlib-dev tk-dev tcl-dev" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules()