diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2016-03-05 15:45:55 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2016-03-05 15:45:55 +0000 |
| commit | 6bf66e75103ebfccf390b328a77dc58170d56712 (patch) | |
| tree | 16aa5781daf3018a9e7ebbb64ead2bd9743e8b30 | |
| parent | graphics/graphite2: update to 1.3.6 (diff) | |
www/firefox: better follow bundled graphite2 after r410185
Cosmetic change, no PORTREVISION bump is necessary.
PR: 207686
MFH: 2016Q1
X-MFH-With: r410176
| -rw-r--r-- | www/firefox/Makefile | 2 | ||||
| -rw-r--r-- | www/firefox/files/patch-bug847568 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 6afdcfe8f3fe..8b23491519bf 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= nspr>=4.12:${PORTSDIR}/devel/nspr \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ soundtouch>=1.9.0:${PORTSDIR}/audio/soundtouch \ harfbuzz>=1.1.0:${PORTSDIR}/print/harfbuzz \ - graphite2>=1.3.5:${PORTSDIR}/graphics/graphite2 \ + graphite2>=1.3.6:${PORTSDIR}/graphics/graphite2 \ png>=1.6.19:${PORTSDIR}/graphics/png \ libvorbis>=1.3.5,3:${PORTSDIR}/audio/libvorbis \ libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \ diff --git a/www/firefox/files/patch-bug847568 b/www/firefox/files/patch-bug847568 index 7dda577cf5c4..6eb00b509d88 100644 --- a/www/firefox/files/patch-bug847568 +++ b/www/firefox/files/patch-bug847568 @@ -70,7 +70,7 @@ index ac38f40..87536b7 100644 + * 100 + GR2_VERSION_BUGFIX >= \ + (major) * 10000 + (minor) * 100 + (bugfix) ) + ], [ -+ #if !GR2_VERSION_REQUIRE(1,3,5) ++ #if !GR2_VERSION_REQUIRE(1,3,6) + #error "Insufficient graphite2 version." + #endif + ], [], |
