diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-04-22 08:28:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-04-22 08:28:19 +0000 |
commit | 4ce4158e2dd0f2d356fa5a2f460f456d46ed7321 (patch) | |
tree | 56278f63558e11312c55bdeb9817c28ee078bc1d /audio/pulseaudio | |
parent | af1131c8aefabce9efc35e654c6fd94d3baf8787 (diff) | |
download | freebsd-ports-4ce4158e2dd0f2d356fa5a2f460f456d46ed7321.zip |
- Fix shebangs
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r-- | audio/pulseaudio/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 |