diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-14 12:39:42 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-14 12:39:42 +0000 |
commit | 863110e9f95de207d0c8891b013c3d43e70cbceb (patch) | |
tree | 7cefef4036a143c0a890c264dd040a774616688a /audio/baresip | |
parent | devel/electron4: Put back USES=xorg again (diff) |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
Notes
Notes:
svn path=/head/; revision=517560
Diffstat (limited to 'audio/baresip')
-rw-r--r-- | audio/baresip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile index 36a4859d0909..a0445a8f743a 100644 --- a/audio/baresip/Makefile +++ b/audio/baresip/Makefile @@ -76,6 +76,7 @@ PORT_OPTIONS+= PULSE .endif .if ${PORT_OPTIONS:MSDL} +USES+= sdl USE_SDL= sdl sound .endif |