wok diff xorg-xset/receipt @ rev 8339

Fix: screen need -j1 to install
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 02 05:18:27 2011 +0100 (2011-02-02)
parents 27a720afb441
children d384830d7c42
line diff
     1.1 --- a/xorg-xset/receipt	Sun Nov 14 15:44:46 2010 +0000
     1.2 +++ b/xorg-xset/receipt	Wed Feb 02 05:18:27 2011 +0100
     1.3 @@ -5,8 +5,8 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xorg user preference utility."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 -DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXmu xorg-libXp"
     1.8 -BUILD_DEPENDS="xorg-libXdmcp-dev xorg-kbproto xorg-xproto xorg-libXp-dev"
     1.9 +DEPENDS="xorg-libXmu"
    1.10 +BUILD_DEPENDS="xorg-libXmu-dev"
    1.11  SOURCE="xset"
    1.12  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://xorg.freedesktop.org/"