diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-24 17:38:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-24 17:38:50 +0200 |
commit | ce64829c0d165fe0f25c861117a359b05293ec51 (patch) | |
tree | 061aeb441560f6fdabd7447741affc5c2ed5073e /package/firefox/Makefile | |
parent | 7673017eb554fd206a8a2ffad61b5f0eb28f7c4e (diff) |
update to firefox4
Diffstat (limited to 'package/firefox/Makefile')
-rw-r--r-- | package/firefox/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile index 77f29c0c6..81c97c511 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= firefox -PKG_VERSION:= 3.6.16 +PKG_VERSION:= 4.0 PKG_RELEASE:= 1 -PKG_MD5SUM:= 232a3c0160cd1cbe3dcaaaf7e4ae51c2 +PKG_MD5SUM:= 3468a2c463b4fc2788ba621e4b511c30 PKG_DESCR:= graphical webbrowser PKG_SECTION:= x11/apps PKG_DEPENDS:= libpthread alsa-lib dbus-glib glib libgtk libpng libtiff libnotify @@ -23,7 +23,7 @@ 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 -WRKDIST= ${WRKDIR}/mozilla-1.9.2 +WRKDIST= ${WRKDIR}/mozilla-2.0 include $(TOPDIR)/mk/package.mk @@ -60,8 +60,6 @@ CONFIGURE_ARGS+= --enable-application=browser \ --with-system-cairo \ --with-system-pixman \ --with-system-jpeg \ - --with-system-png \ - --with-system-nss \ --enable-system-sqlite \ --with-libIDL-prefix=${STAGING_TARGET_DIR}/usr \ --with-glib-prefix=${STAGING_TARGET_DIR}/usr \ |