svn commit: r406564 - head/accessibility/orca

Koop Mast kwm at FreeBSD.org
Mon Jan 18 11:55:53 UTC 2016


Author: kwm
Date: Mon Jan 18 11:55:51 2016
New Revision: 406564
URL: https://svnweb.freebsd.org/changeset/ports/406564

Log:
  Add dependancy to py3-speech-dispatcher

Modified:
  head/accessibility/orca/Makefile

Modified: head/accessibility/orca/Makefile
==============================================================================
--- head/accessibility/orca/Makefile	Mon Jan 18 11:54:01 2016	(r406563)
+++ head/accessibility/orca/Makefile	Mon Jan 18 11:55:51 2016	(r406564)
@@ -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}/
 		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


More information about the svn-ports-head mailing list