diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-14 21:09:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-14 21:09:58 +0100 |
commit | b4d61f0ee3485f89dd8560227c833dc948523ecf (patch) | |
tree | 3b032e4e2c209781fa33886488b41774b49e3f90 /package/firefox | |
parent | 3e9ec766c9b289becc53fba5fc57eb20723eeab7 (diff) |
consolidate x86/x86_64 support
use hardware profiles, instead of extra target dirs.
fix dependencies.
Diffstat (limited to 'package/firefox')
-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 163d740f6..98ac0c41e 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -17,7 +17,7 @@ PKG_BUILDDEP+= nspr nss jpeg libXt fontconfig PKG_URL:= http://www.mozilla.org/ PKG_SITES:= http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${PKG_VERSION}/source/ -PKG_TARGET_DEPENDS:= alix x86_qemu x86_64_qemu shuttle ibmx40 lemote +PKG_TARGET_DEPENDS:= alix x86 x86_64 lemote PKG_HOST_DEPENDS:= !netbsd !freebsd !openbsd !cygwin !darwin DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.source.tar.bz2 |