wok diff tor/receipt @ rev 10967
fcitx: up BUILD_DEPEND
author | Liu Peng <hipeng@yahoo.com> |
---|---|
date | Sun Oct 09 08:38:43 2011 +0800 (2011-10-09) |
parents | c1ef7adc7240 |
children | cc10ca2a108d |
line diff
1.1 --- a/tor/receipt Fri May 20 05:23:34 2011 +0000 1.2 +++ b/tor/receipt Sun Oct 09 08:38:43 2011 +0800 1.3 @@ -9,15 +9,14 @@ 1.4 WEB_SITE="http://www.torproject.org/" 1.5 WGET_URL="https://www.torproject.org/dist/$TARBALL" 1.6 1.7 -DEPENDS="libevent libssl zlib" 1.8 -BUILD_DEPENDS="wget libevent-dev openssl-dev zlib-dev " 1.9 +DEPENDS="libevent libssl" 1.10 +BUILD_DEPENDS="wget libevent-dev openssl-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure --sysconfdir=/etc && 1.17 - $CONFIGURE_ARGS && 1.18 + ./configure $CONFIGURE_ARGS --sysconfdir=/etc && 1.19 make && make install 1.20 } 1.21