wok-4.x diff boinc/receipt @ rev 11774

libxcb-dev: Fix DEPENDS (http://bugs.slitaz.org/issue76)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 23 23:27:47 2012 +0100 (2012-02-23)
parents b7319995b37e
children 2d8aa250683f
line diff
     1.1 --- a/boinc/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/boinc/receipt	Thu Feb 23 23:27:47 2012 +0100
     1.3 @@ -10,9 +10,9 @@
     1.4  WEB_SITE="http://boinc.berkeley.edu/"
     1.5  WGET_URL="svn|http://boinc.berkeley.edu/svn/tags/boinc_core_release_${SVN_TAG}"
     1.6  
     1.7 -DEPENDS="openssl libcurl wxWidgets"
     1.8 +DEPENDS="openssl libcurl wxWidgets libnotify"
     1.9  BUILD_DEPENDS="subversion openssl-dev autoconf automake curl-dev \
    1.10 -wxWidgets-dev"
    1.11 +wxWidgets-dev libnotify-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()