diff options
Diffstat (limited to 'accessibility/speech-dispatcher/Makefile')
-rw-r--r-- | accessibility/speech-dispatcher/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile index c3f121a508d6..90e3f2b0939d 100644 --- a/accessibility/speech-dispatcher/Makefile +++ b/accessibility/speech-dispatcher/Makefile @@ -1,8 +1,12 @@ PORTNAME= speech-dispatcher DISTVERSION= 0.11.2 +PORTREVISION= 1 CATEGORIES?= accessibility audio MASTER_SITES= https://github.com/brailcom/speechd/releases/download/${PORTVERSION}/ +PATCH_SITES= https://github.com/brailcom/speechd/commit/ +PATCHFILES= c204a23db76345d0bce2cdf395517c99699a8a4a.diff:-p1 + MAINTAINER= multimedia@FreeBSD.org COMMENT?= Common interface to speech synthesis |