NetworkManager: update for new dhcpcd.

This commit is contained in:
Juan RP 2012-02-29 13:08:55 +01:00
parent f6995cfc88
commit f9f3587286

View file

@ -4,11 +4,11 @@ version=0.9.2.0
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--with-distro=gentoo
--with-dhcpcd=/sbin/dhcpcd --with-dhclient=no --disable-wimax
--with-dhcpcd=/usr/sbin/dhcpcd --with-dhclient=no --disable-wimax
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
--with-crypto=nss --disable-static --enable-ppp
--with-systemdsystemunitdir=/lib/systemd/system"
revision=2
revision=3
short_desc="Network Management daemon"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org/projects/NetworkManager/"
@ -40,7 +40,7 @@ Add_dependency build iptables-devel
Add_dependency full dbus ">=0"
Add_dependency full iproute2
Add_dependency full dhcpcd
Add_dependency full dhcpcd ">=5.5.4_1" # switch to /usr.
Add_dependency full wpa_supplicant
post_install() {