diff options
author | beat <beat@FreeBSD.org> | 2010-11-28 20:45:45 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2010-11-28 20:45:45 +0800 |
commit | 60ecf5a8ff35d21574fcc84efaaab4aaad38c273 (patch) | |
tree | dbd48e955b763b5f1687f9e8c7d914ddb877382f /www/firefox-esr | |
parent | 87e52f0cb35e6d7b9957cb4f138f6c3ce9da2462 (diff) | |
download | freebsd-ports-gnome-60ecf5a8ff35d21574fcc84efaaab4aaad38c273.tar.gz freebsd-ports-gnome-60ecf5a8ff35d21574fcc84efaaab4aaad38c273.tar.zst freebsd-ports-gnome-60ecf5a8ff35d21574fcc84efaaab4aaad38c273.zip |
- Using cairo 1.10.0 results in not correct rendered gif and svn images:
https://bugzilla.mozilla.org/show_bug.cgi?id=597174
https://bugzilla.mozilla.org/show_bug.cgi?id=610107
Until a proper fix is available use bundled cairo.
- Bump PORTREVISION
PR: ports/152545
Submitted by: Zach Thompson <hideo AT lastamericanempire.com>
Diffstat (limited to 'www/firefox-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index baeec0f93879..39db93ee0613 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -7,6 +7,7 @@ PORTNAME= firefox DISTVERSION= 3.6.12 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -21,7 +22,7 @@ BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr USE_AUTOTOOLS= autoconf:213 USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= -png -nss -dbm -jpeg -xft +USE_MOZILLA= -png -nss -dbm -jpeg -xft -cairo MOZILLA_NAME= Firefox${MOZILLA_SUFX} MOZILLA_SUFX= 3 MOZILLA= ${PORTNAME}${MOZILLA_SUFX} |