Fix typo in uclibc++ dependency (#2468)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 10 Oct 2007 13:21:52 +0000 (13:21 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 10 Oct 2007 13:21:52 +0000 (13:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9240 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/nagios-plugins/Makefile

index 0905a60..a9edf82 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