Fix typo in uclibc++ dependency (#2468)
authorFlorian Fainelli <florian@openwrt.org>
Wed, 10 Oct 2007 13:21:52 +0000 (13:21 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 10 Oct 2007 13:21:52 +0000 (13:21 +0000)
SVN-Revision: 9240

net/nagios-plugins/Makefile

index 0905a60e31107321c97080622f8ee4d157c992de..a9edf82c93094f820dde4447007ab6a0d11cdfe1 100644 (file)
@@ -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