aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/speech-dispatcher
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-02-04 01:06:46 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-02-04 01:06:46 +0800
commit6b5d4770b3242e463287df56b07800b2992d32cd (patch)
tree8bcd95574c943a0c9620e32094636ae459bda0b2 /accessibility/speech-dispatcher
parent145ce599d8092f8b907d855f6b2f30a35794cedb (diff)
downloadfreebsd-ports-gnome-6b5d4770b3242e463287df56b07800b2992d32cd.tar.gz
freebsd-ports-gnome-6b5d4770b3242e463287df56b07800b2992d32cd.tar.zst
freebsd-ports-gnome-6b5d4770b3242e463287df56b07800b2992d32cd.zip
- Fix shebangs for py-speech-dispatcher
Approved by: portmgr blanket
Diffstat (limited to 'accessibility/speech-dispatcher')
-rw-r--r--accessibility/speech-dispatcher/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile
index 44cd856160c2..dab7ebd24079 100644
--- a/accessibility/speech-dispatcher/Makefile
+++ b/accessibility/speech-dispatcher/Makefile
@@ -91,7 +91,8 @@ post-install:
PORTSCOUT= ignore:1
NO_ARCH= yes
-USES+= python:3.3+
+USES+= python:3.3+ shebangfix
+SHEBANG_FILES= src/api/python/speechd_config/spd-conf
USE_PYTHON= flavors
LIB_DEPENDS+= libspeechd.so:accessibility/speech-dispatcher
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${FLAVOR}