aboutsummaryrefslogtreecommitdiff
path: root/audio/xfce4-pulseaudio-plugin
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-11-27 13:57:43 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-11-27 13:57:43 +0000
commit9b7a89215aa4e1663bc6a56cb8d018fede1e63a5 (patch)
tree12620a1eaecbc354498fc4529d6b275019f95d67 /audio/xfce4-pulseaudio-plugin
parent11734c6a1ee9901a44b90c5602fcfce3cf673cc8 (diff)
downloadports-9b7a89215aa4e1663bc6a56cb8d018fede1e63a5.tar.gz
ports-9b7a89215aa4e1663bc6a56cb8d018fede1e63a5.zip
Notes
Diffstat (limited to 'audio/xfce4-pulseaudio-plugin')
-rw-r--r--audio/xfce4-pulseaudio-plugin/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/audio/xfce4-pulseaudio-plugin/Makefile b/audio/xfce4-pulseaudio-plugin/Makefile
index ed54e1c8ffae..70802c71cda8 100644
--- a/audio/xfce4-pulseaudio-plugin/Makefile
+++ b/audio/xfce4-pulseaudio-plugin/Makefile
@@ -17,22 +17,23 @@ LIB_DEPENDS= libpulse-mainloop-glib.so:audio/pulseaudio \
libdbus-glib-1.so:devel/dbus-glib
RUN_DEPENDS= pavucontrol>=2.0:audio/pavucontrol
-USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3
+PORTSCOUT= limit:^0\.2\.
+
+USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3
GNU_CONFIGURE= yes
USE_GNOME= glib20 gtk30 intltool cairo
USE_XFCE= panel
USE_XORG= x11
INSTALLS_ICONS= yes
-USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS=--with-mixer-command=${LOCALBASE}/bin/pavucontrol
CFLAGS+= -Wno-return-type
-OPTIONS_DEFINE= KEYBINDER
-OPTIONS_DEFAULT= KEYBINDER
-KEYBINDER_DESC= Keyboard shortcuts
-KEYBINDER_LIB_DEPENDS= libkeybinder-3.0.so:x11/keybinder-gtk3
+OPTIONS_DEFINE= KEYBINDER
+OPTIONS_DEFAULT= KEYBINDER
+KEYBINDER_DESC= Keyboard shortcuts
+KEYBINDER_LIB_DEPENDS= libkeybinder-3.0.so:x11/keybinder-gtk3
KEYBINDER_CONFIGURE_ENABLE= keybinder
.include <bsd.port.mk>