diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-08 08:19:42 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-08 08:19:42 +0800 |
commit | ed8a6ee4909ea422fbfdc1ce0f2009a8e8d1cab8 (patch) | |
tree | 5e8c364f66771bbae353b478e8f8121345af5980 /accessibility | |
parent | 35b342d84b1a0f69b24fce3bdf4e47eaf677f800 (diff) | |
download | marcuscom-ports-ed8a6ee4909ea422fbfdc1ce0f2009a8e8d1cab8.tar.gz marcuscom-ports-ed8a6ee4909ea422fbfdc1ce0f2009a8e8d1cab8.tar.zst marcuscom-ports-ed8a6ee4909ea422fbfdc1ce0f2009a8e8d1cab8.zip |
Add itstools and fix the py-cairo detection.
Submitted by: Gustau Perez
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18437 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/orca3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/accessibility/orca3/Makefile b/accessibility/orca3/Makefile index cf837b101..0d38c1c63 100644 --- a/accessibility/orca3/Makefile +++ b/accessibility/orca3/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/accessibility/orca3/Makefile 17268 2013-04-01 05:13:11Z marcus $ +# $MCom$ PORTNAME= orca PORTVERSION= 3.6.2 @@ -14,7 +14,8 @@ COMMENT= Scriptable screen reader BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo + ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \ + itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= atspi:${PORTSDIR}/accessibility/at-spi2-core RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ @@ -41,8 +42,7 @@ MAN1= orca.1 post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/src/orca/orca_i18n.py - @${REINPLACE_CMD} -e 's|/usr/|/usr/local/|g' \ - ${WRKSRC}/src/orca/orca_platform.py \ - ${WRKSRC}/src/orca/keybindings.py + @${REINPLACE_CMD} -e 's|from gi.repository import GObject|import gobject|g' \ + ${WRKSRC}/configure .include <bsd.port.mk> |