wok diff grisbi/receipt @ rev 16725
Add pgrouting
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 02 20:24:20 2014 +0000 (2014-06-02) |
parents | 9060ab899d73 |
children | 533c0cab6960 |
line diff
1.1 --- a/grisbi/receipt Thu Apr 03 09:02:35 2014 +0000 1.2 +++ b/grisbi/receipt Mon Jun 02 20:24:20 2014 +0000 1.3 @@ -10,8 +10,9 @@ 1.4 WEB_SITE="http://www.grisbi.org/" 1.5 WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/grisbi/$TARBALL" 1.6 1.7 -DEPENDS="gtk+ xorg-libXdamage libofx libofx" 1.8 -BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev libofx-dev opensp-dev" 1.9 +DEPENDS="gtk+ xorg-libXdamage libofx libofx libssl" 1.10 +BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev libofx-dev \ 1.11 +opensp-dev openssl-dev" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules()