diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2018-12-30 21:55:00 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2018-12-30 21:55:00 +0000 |
commit | 5c784e9a48082397f38dd2e035d70ae841aeb1bb (patch) | |
tree | 5f00936c9205e7c1fcf40a85e0fa3f0330d6c542 /www/falkon/Makefile | |
parent | fb76a7059fc61faa5f2db3e60c679b3d4a39663b (diff) |
Move the alsa-plugins runtime dependency -- needed to get sound
output -- downwards in the stack, to webengine (which already
had an ALSA option, only for the libs).
Reported by: tobik
Notes
Notes:
svn path=/head/; revision=488741
Diffstat (limited to 'www/falkon/Makefile')
-rw-r--r-- | www/falkon/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/falkon/Makefile b/www/falkon/Makefile index 173c6a0373cd..6605954f8b8c 100644 --- a/www/falkon/Makefile +++ b/www/falkon/Makefile @@ -2,7 +2,7 @@ PORTNAME= falkon DISTVERSION= 3.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= KDE/stable/falkon/${DISTVERSION:R}/src/ @@ -21,16 +21,11 @@ USE_XORG= xcb USE_LDCONFIG= yes -OPTIONS_DEFINE= GNOMEKEYRING ALSA -OPTIONS_DEFAULT= ALSA +OPTIONS_DEFINE= GNOMEKEYRING OPTIONS_SUB= YES GNOMEKEYRING_CMAKE_BOOL= BUILD_KEYRING GNOMEKEYRING_USE= GNOME=glib20 GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring -# Need the plugins to get sound, otherwise messages that the -# pcm_oss plugin can't be opened. -ALSA_RUN_DEPENDS= alsa-plugins>=0:audio/alsa-plugins - .include <bsd.port.mk> |