From 525197660220bd4184f1c94564ceb2e8c0d48615 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 26 Aug 2014 12:46:11 +0200 Subject: [PATCH] dhcpcd: use eudev rather than the systemd monster. --- srcpkgs/dhcpcd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template index 45eaabe827..f5f741aef2 100644 --- a/srcpkgs/dhcpcd/template +++ b/srcpkgs/dhcpcd/template @@ -6,7 +6,7 @@ lib32disabled=yes build_style=configure configure_args="--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --rundir=/run" hostmakedepends="which ntp pkg-config" -makedepends="libudev-devel" +makedepends="eudev-libudev-devel" conf_files="/etc/dhcpcd.conf" short_desc="RFC2131 compliant DHCP client" maintainer="Juan RP "