diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-04 19:08:05 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-04 19:08:05 +0100 |
commit | 147d9ee9f93d9164931408af9ecda00eb0d4a8b2 (patch) | |
tree | 16dd9679c8be91e371f3b4612b39fc843007777e /package/firefox/Makefile | |
parent | a13a7bb1239db9093de0cec0ba35a8fabdf24ff0 (diff) | |
parent | 709e9353b40e894f7f176e68480ce5f9d46db8d5 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/firefox/Makefile')
-rw-r--r-- | package/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile index fc5366e61..05a6c007b 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -19,7 +19,7 @@ PKG_SITES:= http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${PKG_ PKG_NOPARALLEL:= 1 PKG_NEED_CXX:= 1 -PKG_ARCH_DEPENDS:= x86 x86_64 mips mipsel mips64 mips64el +PKG_ARCH_DEPENDS:= x86 x86_64 mips mipsel mips64 mips64el native PKG_HOST_DEPENDS:= !netbsd !freebsd !openbsd !cygwin DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.source.tar.bz2 |