diff options
-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 + ], [], |