Date: Mon, 18 Jan 2016 11:55:51 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406564 - head/accessibility/orca Message-ID: <201601181155.u0IBtpf5038531@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601181155.u0IBtpf5038531>