# HG changeset patch # User Eric Joseph-Alexandre # Date 1305609254 -7200 # Node ID ff30ae3a8bcecd2f57f87cf8e9c154e85010b480 # Parent 1e19a2f13637307d62988176dfdaa5dfa9c6177e tor; Fix BD diff -r 1e19a2f13637 -r ff30ae3a8bce tor/receipt --- a/tor/receipt Tue May 17 01:24:41 2011 +0200 +++ b/tor/receipt Tue May 17 07:14:14 2011 +0200 @@ -5,12 +5,13 @@ CATEGORY="network" SHORT_DESC="An anonymizing overlay network for TCP." MAINTAINER="0dddba11@googlemail.com" -DEPENDS="libevent openssl zlib" -BUILD_DEPENDS="wget" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.torproject.org/" WGET_URL="https://www.torproject.org/dist/$TARBALL" +DEPENDS="libevent libssl zlib" +BUILD_DEPENDS="wget libevent-dev openssl-dev zlib-dev" + # Rules to configure and make the package. compile_rules() {