diff options
author | kwm <kwm@FreeBSD.org> | 2016-01-18 19:55:51 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-01-18 19:55:51 +0800 |
commit | 6168f07aa716bda834024493c6720de0dccdf82e (patch) | |
tree | 013dd81326501c6224b0fe3d7cab9a827896dbf1 /accessibility | |
parent | 1e159e74e6f69ffc7a3fb606ef54095a2cf36118 (diff) | |
download | freebsd-ports-gnome-6168f07aa716bda834024493c6720de0dccdf82e.tar.gz freebsd-ports-gnome-6168f07aa716bda834024493c6720de0dccdf82e.tar.zst freebsd-ports-gnome-6168f07aa716bda834024493c6720de0dccdf82e.zip |
Add dependancy to py3-speech-dispatcher
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/orca/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index 199779d6891c..eecba9a3e1b3 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -3,6 +3,7 @@ PORTNAME= orca PORTVERSION= 3.16.3 +PORTREVISION= 1 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,6 +17,7 @@ BUILD_DEPENDS= py3?-dbus>=0:${PORTSDIR}/devel/py3-dbus \ itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libatspi.so:${PORTSDIR}/accessibility/at-spi2-core RUN_DEPENDS= py3?-dbus>=0:${PORTSDIR}/devel/py3-dbus \ + py3?-speech-dispatcher>=0:${PORTSDIR}/accessibility/py3-speech-dispatcher \ py3?-atspi>=0:${PORTSDIR}/accessibility/py3-atspi \ py3?-xdg>=0:${PORTSDIR}/devel/py3-xdg \ py3?-cairo>=0:${PORTSDIR}/graphics/py3-cairo |