[packages] mako: remove @BROKEN, it is building againg after [28402]

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28403 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2011-10-10 14:22:28 +00:00
parent 39f688def5
commit 3da1e55325

View File

@ -27,7 +27,7 @@ define Package/mako
CATEGORY:=Languages
TITLE:=Mako Templates for Python
URL:=http://www.makotemplates.org/
DEPENDS:=+python @BROKEN
DEPENDS:=+python
endef
define Package/mako/description
@ -50,7 +50,7 @@ define Package/mako/install
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
$(CP) \
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \
$(1)$(PYTHON_PKG_DIR)
$(1)$(PYTHON_PKG_DIR)/
endef
$(eval $(call BuildPackage,mako))