diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /accessibility/orca | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) | |
download | freebsd-ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'accessibility/orca')
-rw-r--r-- | accessibility/orca/Makefile | 20 |
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. |