summaryrefslogtreecommitdiff
path: root/package/vilistextum
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-02 12:03:09 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-02 12:03:09 +0100
commitfbe47cba997e4f2f2dbaa6af0583dbec2e5d130c (patch)
tree63aa5fb4d8c8ad7e63aeaad50e5701a2918dbedd /package/vilistextum
parent216fc3f63dcf07f5bc644165ce1965d733330de0 (diff)
remove dependencies to libiconv,pkg-config and file. use pkgconf and libiconv-tiny instead. fixes glib compile on systems without libiconv/ native iconv implementation
Diffstat (limited to 'package/vilistextum')
-rw-r--r--package/vilistextum/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/vilistextum/Makefile b/package/vilistextum/Makefile
index f6454cab2..2ea2c2dbb 100644
--- a/package/vilistextum/Makefile
+++ b/package/vilistextum/Makefile
@@ -9,8 +9,7 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 5ba56ffdc56758da716bb46c3e0f517e
PKG_DESCR:= html to ascii converter
PKG_SECTION:= mail
-PKG_DEPENDS:= libiconv
-PKG_BUILDDEP:= libiconv
+PKG_BUILDDEP:= libiconv-tiny
PKG_SITES:= http://bhaak.dyndns.org/${PKG_NAME}/
include ${TOPDIR}/mk/package.mk