projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d688b1
)
Also add libncurses as a dependency for ntpd (#3155)
author
Florian Fainelli
<florian@openwrt.org>
Wed, 19 Mar 2008 11:16:28 +0000
(11:16 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 19 Mar 2008 11:16:28 +0000
(11:16 +0000)
SVN-Revision: 10624
net/ntpd/Makefile
patch
|
blob
|
history
diff --git
a/net/ntpd/Makefile
b/net/ntpd/Makefile
index 5919a7a1765e2f2d3f7da736209b7ea592c67f56..69f3598c768b601e363109db37b4eda92eda4347 100644
(file)
--- 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