aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-08-10 00:30:43 +0800
committerjbeich <jbeich@FreeBSD.org>2015-08-10 00:30:43 +0800
commite378c86e4dbb9cc9af1abfffa3d938bf671f6ce3 (patch)
tree6f5c1fdabd9e133349117d559ffcd98bd049802d /Mk
parent0c68736bfae752bef76b8bad4961331960c12ec4 (diff)
downloadfreebsd-ports-gnome-e378c86e4dbb9cc9af1abfffa3d938bf671f6ce3.tar.gz
freebsd-ports-gnome-e378c86e4dbb9cc9af1abfffa3d938bf671f6ce3.tar.zst
freebsd-ports-gnome-e378c86e4dbb9cc9af1abfffa3d938bf671f6ce3.zip
www/firefox: make testing bundled cairo easier via option
BUNDLED_CAIRO does nothing with GTK3 until Firefox 41.0 https://bugzilla.mozilla.org/show_bug.cgi?id=1159273 PR: 202174 MFH: 2015Q3
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gecko.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index fb89989a91e7..135dd3220f6f 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -137,8 +137,10 @@ MOZ_OPTIONS+= --enable-jemalloc
# Standard depends
_ALL_DEPENDS= cairo event ffi graphite harfbuzz hunspell icu jpeg nspr nss opus png pixman soundtouch sqlite vorbis vpx
+.if ! ${PORT_OPTIONS:MBUNDLED_CAIRO}
cairo_LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo
cairo_MOZ_OPTIONS= --enable-system-cairo
+.endif
event_LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
event_MOZ_OPTIONS= --with-system-libevent