wok-stable diff distcc/receipt @ rev 9269
Fixed fox14. It doesn't need nvidia as a depend.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 15 17:35:05 2011 +0000 (2011-03-15) |
parents | 0aac1ee82f7e |
children | c2f84a816b96 |
line diff
1.1 --- a/distcc/receipt Thu Jan 21 00:26:43 2010 +0100 1.2 +++ b/distcc/receipt Tue Mar 15 17:35:05 2011 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Distributed compilation for C/C++" 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="popt lzo" 1.7 -DEPENDS="popt-dev lzo-dev" 1.8 +BUILD_DEPENDS="popt-dev lzo-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://distcc.org" 1.11 WGET_URL="http://distcc.googlecode.com/files/$TARBALL"