From 60434dea7f7ea26b96257aff4284a29f7bd51de6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 16 Feb 2013 09:09:09 +0100 Subject: [PATCH] dhcpcd: needs which to detect ntpd and install its hook. --- srcpkgs/dhcpcd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dhcpcd/template b/srcpkgs/dhcpcd/template index cd4d5ea1358..fbcb55b2b0b 100644 --- a/srcpkgs/dhcpcd/template +++ b/srcpkgs/dhcpcd/template @@ -1,11 +1,11 @@ # Template file for 'dhcpcd' pkgname=dhcpcd version=5.6.7 -revision=1 +revision=2 build_style=configure configure_args="--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --rundir=/run" -makedepends="ntp" +makedepends="which ntp" conf_files="/etc/dhcpcd.conf" short_desc="RFC2131 compliant DHCP client" maintainer="Juan RP "