# HG changeset patch # User Eric Joseph-Alexandre # Date 1222898410 -7200 # Node ID 678071bbccce191007eada40192cfe9378d4b521 # Parent 654173820657a754e116806618902a630f69265c Fix: pcmciautils missing bison in BUILD_DENPS. diff -r 654173820657 -r 678071bbccce pcmciautils/receipt --- a/pcmciautils/receipt Wed Oct 01 11:30:27 2008 +0000 +++ b/pcmciautils/receipt Thu Oct 02 00:00:10 2008 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Utils to use with PCMCIA cards" MAINTAINER="pankso@slitaz.org" DEPENDS="linux sysfsutils udev" -BUILD_DEPENDS="sysfsutils-dev" +BUILD_DEPENDS="sysfsutils-dev bison" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" WGET_URL="http://www.kernel.org/pub/linux/utils/kernel/pcmcia/$TARBALL"