From: florian Date: Wed, 10 Oct 2007 13:21:52 +0000 (+0000) Subject: Fix typo in uclibc++ dependency (#2468) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c5579bc674f075f48023a9548fa5279656ced242;p=packages.git Fix typo in uclibc++ dependency (#2468) git-svn-id: svn://svn.openwrt.org/openwrt/packages@9240 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/nagios-plugins/Makefile b/net/nagios-plugins/Makefile index 0905a60e3..a9edf82c9 100644 --- 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