From ed8a6ee4909ea422fbfdc1ce0f2009a8e8d1cab8 Mon Sep 17 00:00:00 2001 From: kwm Date: Wed, 8 May 2013 00:19:42 +0000 Subject: 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 --- accessibility/orca3/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'accessibility/orca3') 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 # $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 -- cgit v1.2.3