wok-4.x rev 6434
cpufrequtils: fix depends
author | Antoine Bodin <gokhlayeh@mailoo.org> |
---|---|
date | Mon Sep 27 19:13:41 2010 +0200 (2010-09-27) |
parents | a475da79c28a |
children | c2d3efabee32 |
files | cpufrequtils/receipt |
line diff
1.1 --- a/cpufrequtils/receipt Mon Sep 27 19:06:35 2010 +0200 1.2 +++ b/cpufrequtils/receipt Mon Sep 27 19:13:41 2010 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Userspace tools for the kernel cpufreq subsystem." 1.6 MAINTAINER="gokhlayeh@mailoo.org" 1.7 -DEPENDS="sysfsutils" 1.8 +DEPENDS="sysfsutils linux-cpufreq" 1.9 BUILD_DEPENDS="libtool gettext sed" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html"