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.lede-project.org./?a=commitdiff_plain;h=31d36ef030707c26cd2b7d2cd38753b9f7fc2f6c;p=openwrt%2Fsvn-archive%2Fpackages.git Also add libncurses as a dependency for ntpd (#3155) SVN-Revision: 10624 --- diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 5919a7a17..69f3598c7 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