[packages] samba3: fix typo in dependency spec
authorJo-Philipp Wich <[email protected]>
Wed, 30 Nov 2011 21:37:36 +0000 (21:37 +0000)
committerJo-Philipp Wich <[email protected]>
Wed, 30 Nov 2011 21:37:36 +0000 (21:37 +0000)
SVN-Revision: 29372

net/samba3/Makefile

index 613971a8b04027f682eeecc934d86859439317a6..e6c187cbf8501a6751895a50cb884ac35fba4ad5 100644 (file)
@@ -30,7 +30,7 @@ endef
 define Package/samba3
 $(call Package/samba3/Default)
   TITLE:=SMB server for file and printer sharing
-  DEPENDS:=+libpthread +libpopt $(ICONV_DEPENDS) +!CONFIG_SAMBA3_CONFIG_NO_PRINTING:cups
+  DEPENDS:=+libpthread +libpopt $(ICONV_DEPENDS) +!SAMBA3_CONFIG_NO_PRINTING:cups
 endef
 
 define Package/samba3-nmbd