wok diff libtorrent/receipt @ rev 5354

Fixed: apache by adding sed to build depends. libtool uses /usr/bin/sed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 28 16:36:12 2010 +0000 (2010-04-28)
parents e5f66f079609
children 3541e02e9ad4
line diff
     1.1 --- a/libtorrent/receipt	Wed Sep 23 01:14:41 2009 +0200
     1.2 +++ b/libtorrent/receipt	Wed Apr 28 16:36:12 2010 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://libtorrent.rakshasa.no/"
     1.6  WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL"
     1.7 -DEPENDS="curl libsigc++ openssl"
     1.8 +DEPENDS="curl libsigc++ openssl gcc-lib-base"
     1.9  BUILD_DEPENDS="curl-dev libsigc++-dev openssl-dev"
    1.10  
    1.11  # Rules to configure and make the package.