Also add libncurses as a dependency for ntpd (#3155)
authorFlorian Fainelli <florian@openwrt.org>
Wed, 19 Mar 2008 11:16:28 +0000 (11:16 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 19 Mar 2008 11:16:28 +0000 (11:16 +0000)
SVN-Revision: 10624

net/ntpd/Makefile

index 5919a7a1765e2f2d3f7da736209b7ea592c67f56..69f3598c768b601e363109db37b4eda92eda4347 100644 (file)
@@ -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