diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-08-09 16:30:43 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-08-09 16:30:43 +0000 |
commit | 584a8b67865510e86ad9cd5a97f02e725693a737 (patch) | |
tree | 6f5c1fdabd9e133349117d559ffcd98bd049802d /Mk/bsd.gecko.mk | |
parent | 623c599eb98790394356dc841ee82bf59a2c04fb (diff) | |
download | ports-584a8b67865510e86ad9cd5a97f02e725693a737.tar.gz ports-584a8b67865510e86ad9cd5a97f02e725693a737.zip |
Notes
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 2 |
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 |