[package] update mg to 20090107 (#5470)
[openwrt/svn-archive/archive.git] / lang / xapian-bindings / Makefile
index a6c97a97262b4c8b85d968089bef96a7f6c85a32..455351597dafd27fdc84032b36f82dbcf3df1a1e 100644 (file)
@@ -4,7 +4,6 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id$
 
 include $(TOPDIR)/rules.mk
 
@@ -27,7 +26,7 @@ define Package/python-xapian
   SUBMENU:=Python
   TITLE:=xapian python bindings
   URL:=http://oligarchy.co.uk/xapian/
-  DEPENDS:=python +libxapian
+  DEPENDS:=+python-mini +libxapian
 endef
 
 define Build/Configure