diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-29 09:14:37 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-05-01 19:55:55 +0200 |
commit | 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 (patch) | |
tree | bd3221fe24dd880cfb3169fd2241e74ff7f78bed /multimedia/librespot | |
parent | 51abee5375fe25f7ef6a69d7d2800ca935ca1827 (diff) | |
download | freebsd-ports-6707a3c942b51ab3e3cf110383e3119dfe2e49b0.zip |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
Diffstat (limited to 'multimedia/librespot')
-rw-r--r-- | multimedia/librespot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile index d2db17e2feac..1e0d82bd4253 100644 --- a/multimedia/librespot/Makefile +++ b/multimedia/librespot/Makefile @@ -27,6 +27,7 @@ ALSA_DESC= Rodio audio backend using ALSA ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_VARS= CARGO_FEATURES+=rodio-backend +GSTREAMER_USES= gnome GSTREAMER_USE= GNOME=glib20 \ GSTREAMER1=yes GSTREAMER_VARS= CARGO_FEATURES+=gstreamer-backend @@ -36,6 +37,7 @@ PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio PORTAUDIO_VARS= CARGO_FEATURES+=portaudio-backend PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio PULSEAUDIO_VARS= CARGO_FEATURES+=pulseaudio-backend +SDL_USES= sdl SDL_USE= SDL=sdl2 SDL_VARS= CARGO_FEATURES+=sdl-backend TREMOR_LIB_DEPENDS= libvorbisidec.so:audio/libtremor |