From 66c5c27583a16c5f500eca8f7dcad4b958ce6f81 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Thu, 31 Oct 2019 08:59:55 +0000 Subject: Add missing USES to my ports --- audio/gstreamer-plugins-sndio/Makefile | 3 +-- audio/gstreamer1-plugins-sndio/Makefile | 3 +-- audio/spectrogram/Makefile | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) (limited to 'audio') diff --git a/audio/gstreamer-plugins-sndio/Makefile b/audio/gstreamer-plugins-sndio/Makefile index a33bb38a73b1..a23a03fe8225 100644 --- a/audio/gstreamer-plugins-sndio/Makefile +++ b/audio/gstreamer-plugins-sndio/Makefile @@ -14,10 +14,9 @@ LIB_DEPENDS= libgstaudio-0.10.so:multimedia/gstreamer-plugins \ libgstbase-0.10.so:multimedia/gstreamer \ libsndio.so:audio/sndio +USES= gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= t6 - -USES= pkgconfig USE_GNOME= glib20 PLIST_FILES= lib/gstreamer-0.10/libgstsndio.so diff --git a/audio/gstreamer1-plugins-sndio/Makefile b/audio/gstreamer1-plugins-sndio/Makefile index 1cb65e6a57a4..992c2cb23c46 100644 --- a/audio/gstreamer1-plugins-sndio/Makefile +++ b/audio/gstreamer1-plugins-sndio/Makefile @@ -14,10 +14,9 @@ LIB_DEPENDS= libgstaudio-1.0.so:multimedia/gstreamer1-plugins \ libgstbase-1.0.so:multimedia/gstreamer1 \ libsndio.so:audio/sndio +USES= gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= t6 - -USES= pkgconfig USE_GNOME= glib20 PLIST_FILES= lib/gstreamer-1.0/libgstsndio.so diff --git a/audio/spectrogram/Makefile b/audio/spectrogram/Makefile index 8b229313a1d4..10148a2697a2 100644 --- a/audio/spectrogram/Makefile +++ b/audio/spectrogram/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfftw3.so:math/fftw3 \ libsndio.so:audio/sndio -USES= pkgconfig +USES= pkgconfig xorg USE_XORG= x11 USE_GITHUB= yes -- cgit v1.2.3