From 4ce4158e2dd0f2d356fa5a2f460f456d46ed7321 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 22 Apr 2017 08:28:19 +0000 Subject: - Fix shebangs --- audio/pulseaudio/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'audio/pulseaudio') diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index f68b3e246616..7183f6249e31 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -6,7 +6,7 @@ PORTNAME= pulseaudio PORTVERSION= 10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ @@ -27,7 +27,7 @@ USE_GNOME= glib20 intltool USE_XORG= ice sm x11 xcb xtst USE_LDCONFIG= yes USES= compiler:c11 cpe execinfo gettext gmake gnome iconv libtool \ - pathfix pkgconfig shebangfix ssl tar:xz + pathfix pkgconfig python:run shebangfix ssl tar:xz GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" \ OPENSSL_CFLAGS="-I${OPENSSLINC}" \ @@ -38,7 +38,8 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -SHEBANG_FILES= shell-completion/bash/pulseaudio +SHEBANG_FILES= shell-completion/bash/pulseaudio \ + src/utils/qpaeq bash_CMD= ${SETENV} bash SUB_FILES= pkg-message -- cgit v1.2.3