wok diff open-iscsi/receipt @ rev 7979
Fix: firefox needs python to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Jan 17 17:59:07 2011 +0100 (2011-01-17) |
parents | 4db9d03b37f4 |
children | 44b5e07e53a8 |
line diff
1.1 --- a/open-iscsi/receipt Mon Nov 29 09:27:56 2010 +0100 1.2 +++ b/open-iscsi/receipt Mon Jan 17 17:59:07 2011 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.open-iscsi.org/" 1.6 WGET_URL="${WEB_SITE}bits/$TARBALL" 1.7 -DEPENDS="linux-iscsi" 1.8 +DEPENDS="linux-scsi" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()