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:
8f6c4d6
)
Fix typo in uclibc++ dependency (#2468)
author
Florian Fainelli
<florian@openwrt.org>
Wed, 10 Oct 2007 13:21:52 +0000
(13:21 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 10 Oct 2007 13:21:52 +0000
(13:21 +0000)
SVN-Revision: 9240
net/nagios-plugins/Makefile
patch
|
blob
|
history
diff --git
a/net/nagios-plugins/Makefile
b/net/nagios-plugins/Makefile
index 0905a60e31107321c97080622f8ee4d157c992de..a9edf82c93094f820dde4447007ab6a0d11cdfe1 100644
(file)
--- a/
net/nagios-plugins/Makefile
+++ b/
net/nagios-plugins/Makefile
@@
-26,7
+26,7
@@
comma:= ,
define Package/nagios-plugins
SECTION:=net
CATEGORY:=Network
- DEPENDS:=uclibcxx
+ DEPENDS:=
+
uclibcxx
TITLE:=plugins for Nagios checks
URL:=http://nagiosplug.sourceforge.net/
endef