wok rev 7841

Up: xorg-xrdb *DEPENDS*

remove gcc from DEPENDS,add slitaz-toolchain pkg-config to BUILD_DEPENDS
author Liu Peng <rocky@slitaz.org>
date Tue Dec 28 03:20:06 2010 +0000 (2010-12-28)
parents 7564000a33b1
children 8a32d9db2ad2
files xorg-xrdb/receipt
line diff
     1.1 --- a/xorg-xrdb/receipt	Mon Dec 27 18:56:48 2010 +0000
     1.2 +++ b/xorg-xrdb/receipt	Tue Dec 28 03:20:06 2010 +0000
     1.3 @@ -5,8 +5,8 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xrdb is a program used for accessing the X resources of a server."
     1.6  MAINTAINER="rocky@slitaz.org"
     1.7 -DEPENDS="xorg gcc"
     1.8 -BUILD_DEPENDS="xorg-libXmu-dev"
     1.9 +DEPENDS="xorg"
    1.10 +BUILD_DEPENDS="xorg-libXmu-dev slitaz-toolchain pkg-config"
    1.11  SOURCE="xrdb"
    1.12  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://www.x.org/"