diff --git a/makfa/Makefile b/makfa/Makefile index a8eda73..42114ae 100644 --- a/makfa/Makefile +++ b/makfa/Makefile @@ -27,6 +27,7 @@ define Package/makfa CATEGORY:=Languages SUBMENU:=Lojban SECTION:=lang + DEPENDS:=+python endef define Package/jbofihe/description @@ -40,7 +41,7 @@ endef # on the host machine and copy it into the package. # define Build/Compile - $(PYTHON) $(PKG_BUILD_DIR)/makfa update en $(PKG_BUILD_DIR)/makfa.dump + python $(PKG_BUILD_DIR)/makfa update en $(PKG_BUILD_DIR)/makfa.dump endef define Package/makfa/install @@ -57,4 +58,8 @@ define Package/makfa/install $(1)/usr/share/$(PKG_NAME)/ endef +$(eval $(call RequireCommand,python, \ + Please install Python 2.x \ +)) + $(eval $(call BuildPackage,makfa))