From dc7e1becd78b43d2a41343d80c1102019f090483 Mon Sep 17 00:00:00 2001 From: kyak Date: Sun, 6 Feb 2011 22:52:01 +0300 Subject: [PATCH] odt2txt: use ICONV notation --- odt2txt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/odt2txt/Makefile b/odt2txt/Makefile index bb29c98..c218190 100644 --- a/odt2txt/Makefile +++ b/odt2txt/Makefile @@ -12,13 +12,14 @@ PKG_SOURCE:=odt2txt-$(PKG_VERSION).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/odt2txt-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk define Package/odt2txt SECTION:=utils CATEGORY:=Utilities TITLE:=odt2txt URL:=http://stosberg.net/odt2txt/ - DEPENDS:=+libiconv +zlib + DEPENDS:=$(ICONV_DEPENDS) +zlib endef define Package/odt2txt/description