[package] owfs: do not override dependency after r27639
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 17 Jul 2011 12:49:48 +0000 (12:49 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 17 Jul 2011 12:49:48 +0000 (12:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27640 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/owfs/Makefile

index 04c7ef4..2f8d993 100644 (file)
@@ -100,8 +100,8 @@ endef
 
 define Package/owshell
   $(call Package/owfs/Utility)
-  DEPENDS:= +USE_UCLIBC:librpc
   TITLE:=OWFS - shell utilities
+  DEPENDS+= +USE_UCLIBC:librpc
 endef
 
 define Package/owshell/description