From cecaa7d8a9b3a6d0199e5ebc7ebabbffa126a3a0 Mon Sep 17 00:00:00 2001 From: kyak Date: Sun, 6 Feb 2011 22:22:36 +0300 Subject: [PATCH] scummvm: use ICONV notation --- scummvm/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scummvm/Makefile b/scummvm/Makefile index eec7a0b..e64f2c1 100644 --- a/scummvm/Makefile +++ b/scummvm/Makefile @@ -12,10 +12,11 @@ PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/$(PKG_NAME) PKG_CAT:=bzcat -PKG_BUILD_DEPENDS:=+libiconv +libsdl +libsdl_sound +libsdl_mixer -DEPENDS:=libiconv libsdl libsdl_sound libsdl_mixer +PKG_BUILD_DEPENDS:=$(ICONV_DEPENDS) +libsdl +libsdl_sound +libsdl_mixer +DEPENDS:=$(ICONV_DEPENDS) libsdl libsdl_sound libsdl_mixer include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk define Package/scummvm TITLE:=free implementation of LucasArts SCUMM interpreter