diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-03-05 23:45:55 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-03-05 23:45:55 +0800 |
commit | 3faab76c96ef493b838156883d68c6c271ba9527 (patch) | |
tree | 16aa5781daf3018a9e7ebbb64ead2bd9743e8b30 /www/firefox | |
parent | 7ee9ed2dbaa07ddc8486adb9a0e961586137e69a (diff) | |
download | freebsd-ports-gnome-3faab76c96ef493b838156883d68c6c271ba9527.tar.gz freebsd-ports-gnome-3faab76c96ef493b838156883d68c6c271ba9527.tar.zst freebsd-ports-gnome-3faab76c96ef493b838156883d68c6c271ba9527.zip |
www/firefox: better follow bundled graphite2 after r410185
Cosmetic change, no PORTREVISION bump is necessary.
PR: 207686
MFH: 2016Q1
X-MFH-With: r410176
Diffstat (limited to 'www/firefox')
-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 + ], [], |