aboutsummaryrefslogtreecommitdiff
path: root/accessibility/orca
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /accessibility/orca
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'accessibility/orca')
-rw-r--r--accessibility/orca/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile
index c6b63673ef60..ca303e7fd721 100644
--- a/accessibility/orca/Makefile
+++ b/accessibility/orca/Makefile
@@ -10,16 +10,16 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Scriptable screen reader
-BUILD_DEPENDS= py3?-dbus>=0:${PORTSDIR}/devel/py3-dbus \
- py3?-xdg>=0:${PORTSDIR}/devel/py3-xdg \
- py3?-cairo>=0:${PORTSDIR}/graphics/py3-cairo \
- 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
+BUILD_DEPENDS= py3?-dbus>=0:devel/py3-dbus \
+ py3?-xdg>=0:devel/py3-xdg \
+ py3?-cairo>=0:graphics/py3-cairo \
+ itstool:textproc/itstool
+LIB_DEPENDS= libatspi.so:accessibility/at-spi2-core
+RUN_DEPENDS= py3?-dbus>=0:devel/py3-dbus \
+ py3?-speech-dispatcher>=0:accessibility/py3-speech-dispatcher \
+ py3?-atspi>=0:accessibility/py3-atspi \
+ py3?-xdg>=0:devel/py3-xdg \
+ py3?-cairo>=0:graphics/py3-cairo
# conflict with py*-json-py because orca uses the json from python itself
# and py*-json-py shadows this.