aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2013-10-07 21:07:16 +0800
committerDima Panov <fluffy@FreeBSD.org>2013-10-07 21:07:16 +0800
commit6418503dccf2452f587856262694db853d3035e9 (patch)
tree62f4be97f573cd03efaba5c692fa234a358e9950 /net
parent4734e9445f95c536596f624f295121ea4d4d463b (diff)
downloadfreebsd-ports-gnome-6418503dccf2452f587856262694db853d3035e9.tar.gz
freebsd-ports-gnome-6418503dccf2452f587856262694db853d3035e9.tar.zst
freebsd-ports-gnome-6418503dccf2452f587856262694db853d3035e9.zip
- Add missed dependency on ALSA when option is selected
PR: 182778 Submitted by: Kevin Zheng
Diffstat (limited to 'net')
-rw-r--r--net/freerdp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile
index 6c5e8d29a3be..e25b1489d621 100644
--- a/net/freerdp/Makefile
+++ b/net/freerdp/Makefile
@@ -53,6 +53,7 @@ PLIST_SUB+= DIRECTFB="@comment "
.endif
.if ${PORT_OPTIONS:MALSA}
+LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib
PLIST_SUB+= ALSA=""
.else
PLIST_SUB+= ALSA="@comment "