From: Florian Fainelli Date: Wed, 19 Mar 2008 11:16:28 +0000 (+0000) Subject: Also add libncurses as a dependency for ntpd (#3155) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=c47a311c56eedb7e3f981a05de1a6f76cd99398f Also add libncurses as a dependency for ntpd (#3155) SVN-Revision: 10624 --- diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 5919a7a176..69f3598c76 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -26,7 +26,7 @@ define Package/ntpd SECTION:=net CATEGORY:=Network TITLE:=full featured NTP server - DEPENDS:=+libreadline + DEPENDS:=+libreadline +libncurses URL:=http://www.ntp.org/ endef