[packages] samba3: fix typo in dependency spec

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29372 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-11-30 21:37:36 +00:00
parent 8e7320e8f1
commit 0fda4e9a14

View 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