NetworkManager: depend on mobile-broadband-provider-info.

This commit is contained in:
Juan RP 2012-07-20 11:00:23 +02:00
parent 38f8590e3e
commit 182733dca7
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'NetworkManager'
pkgname=NetworkManager
version=0.9.5.95
revision=2
revision=3
build_style=gnu-configure
configure_args="--with-distro=gentoo
--with-dhcpcd=/usr/sbin/dhcpcd --with-dhclient=no --disable-wimax
@ -14,7 +14,8 @@ configure_args="--with-distro=gentoo
makedepends="pkg-config intltool gobject-introspection libuuid-devel nss-devel
dbus-glib-devel libgudev-devel wireless_tools-devel libnl3-devel
polkit-devel ppp-devel iptables-devel libsoup-devel systemd-devel"
fulldepends="dbus>=0 iproute2 dhcpcd>=5.5.4_1 wpa_supplicant"
fulldepends="dbus>=0 iproute2 dhcpcd>=5.5.4_1 wpa_supplicant
mobile-broadband-provider-info"
systemd_services="${pkgname}.service on"
conf_files="/etc/${pkgname}/${pkgname}.conf"
subpackages="$pkgname-devel libnm"