# HG changeset patch # User Christophe Lincoln # Date 1305121325 -7200 # Node ID 16365fa80d34ec10fe1339e286614e763e7f502b # Parent 8e658f68ef08040adbe69fb3bc51229bbe126bb8 polkit: Fix DEPENDS and BUILD_DEPENDS diff -r 8e658f68ef08 -r 16365fa80d34 polkit/receipt --- a/polkit/receipt Wed May 11 15:32:52 2011 +0200 +++ b/polkit/receipt Wed May 11 15:42:05 2011 +0200 @@ -5,17 +5,17 @@ CATEGORY="base-system" SHORT_DESC="Application development toolkit for controlling system-wide privileges." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="glibc-base glib libgio dbus dbus-glib expat pam" -BUILD_DEPENDS="pkg-config intltool gobject-introspection-dev " TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.freedesktop.org/wiki/Software/PolicyKit" WGET_URL="http://hal.freedesktop.org/releases/$TARBALL" +DEPENDS="glib libgio dbus dbus-glib expat pam" +BUILD_DEPENDS="gobject-introspection-dev dbus-dev dbus-glib-dev pam-dev" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure \ --prefix=/usr \ --sysconfdir=/etc \