diff options
Diffstat (limited to 'package/dillo')
-rw-r--r-- | package/dillo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dillo/Makefile b/package/dillo/Makefile index 5c2134dd2..142bbb1b8 100644 --- a/package/dillo/Makefile +++ b/package/dillo/Makefile @@ -16,7 +16,7 @@ PKG_URL:= http://www.dillo.org/ PKG_SITES:= http://www.dillo.org/download/ PKG_HOST_DEPENDS:= !cygwin -PKG_TARGET_DEPENDS:= x86 x86_64 mips mipsel mips64 mips64el +PKG_ARCH_DEPENDS:= x86 x86_64 mips mipsel mips64 mips64el DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 |