From: florian Date: Wed, 19 Mar 2008 11:16:28 +0000 (+0000) Subject: Also add libncurses as a dependency for ntpd (#3155) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b976acfa41127b86e933b078cf60ffae0e02b58c;p=packages.git Also add libncurses as a dependency for ntpd (#3155) git-svn-id: svn://svn.openwrt.org/openwrt/packages@10624 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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