diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-02-03 17:06:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-02-03 17:06:46 +0000 |
commit | 0c84e9d3da1da2cbab6c60d1c56c2bbc0ba26438 (patch) | |
tree | 8bcd95574c943a0c9620e32094636ae459bda0b2 /accessibility | |
parent | 8ff3ee8fa09a05137aefe69d94de66df4d1315e2 (diff) | |
download | ports-0c84e9d3da1da2cbab6c60d1c56c2bbc0ba26438.tar.gz ports-0c84e9d3da1da2cbab6c60d1c56c2bbc0ba26438.zip |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/py-speech-dispatcher/Makefile | 2 | ||||
-rw-r--r-- | accessibility/speech-dispatcher/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/accessibility/py-speech-dispatcher/Makefile b/accessibility/py-speech-dispatcher/Makefile index ea846a052a2f..43acc8809417 100644 --- a/accessibility/py-speech-dispatcher/Makefile +++ b/accessibility/py-speech-dispatcher/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= accessibility audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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} |