# HG changeset patch # User Mallory MOLLO # Date 1241301561 -7200 # Node ID 186299c9a6f5f2245a7d8f54bf7e2962b6bf993f # Parent 9fb2b0292e8411cfef19a1f5f7a33751be0320b1 Fluxbox: fix receipt : DEPENDS - BUILD_DEPENDS diff -r 9fb2b0292e84 -r 186299c9a6f5 fluxbox/receipt --- a/fluxbox/receipt Sat May 02 23:54:51 2009 +0200 +++ b/fluxbox/receipt Sat May 02 23:59:21 2009 +0200 @@ -5,7 +5,8 @@ CATEGORY="x-window" SHORT_DESC="Fluxbox is a windowmanager for X. It is very light on resources and easy to handle but yet full of features." MAINTAINER="mallory@sweetpeople.org" -DEPENDS="" +DEPENDS="xorg-libX11" +BUILD_DEPENDS="xorg-libX11-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.fluxbox.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"