aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gecko.mk
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-03-08 18:10:48 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-03-08 18:10:48 +0000
commit5c7f1a2ed4aa85b1de20e269cc959b0db906b612 (patch)
treee881bb2f9265834eee124e71f494c002853470bf /Mk/bsd.gecko.mk
parent25c38be69f3fc1a8c7c4e2a47167cf5225e1b25f (diff)
downloadports-5c7f1a2ed4aa85b1de20e269cc959b0db906b612.tar.gz
ports-5c7f1a2ed4aa85b1de20e269cc959b0db906b612.zip
- Add CANBERRA and enable by default for Thunderbird and SeaMonkey [1]
- Bump version requirements for harfbuzz and libvorbis PR: 198142 [1] See also: https://dxr.mozilla.org/comm-central/search?q=nsISound [1]
Notes
Notes: svn path=/head/; revision=380782
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r--Mk/bsd.gecko.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 4519ae5c8407..f2b18c8828aa 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -284,6 +284,10 @@ MOZ_OPTIONS+= --enable-optimize
MOZ_OPTIONS+= --disable-optimize
.endif
+.if ${PORT_OPTIONS:MCANBERRA}
+RUN_DEPENDS+= libcanberra>0:${PORTSDIR}/audio/libcanberra
+.endif
+
.if ${PORT_OPTIONS:MDBUS}
BUILD_DEPENDS+= libnotify>0:${PORTSDIR}/devel/libnotify
LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \