From d9b7a5d08f21fddb6cfde0f9007bf386efa262c3 Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 22 Sep 2013 00:45:30 +0000 Subject: Add NO_STAGE to all ports, until we convert each one. Use new LIB_DEPEND syntax for most ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059 --- accessibility/orca3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'accessibility/orca3') diff --git a/accessibility/orca3/Makefile b/accessibility/orca3/Makefile index 7be965e14..9fa52b423 100644 --- a/accessibility/orca3/Makefile +++ b/accessibility/orca3/Makefile @@ -16,7 +16,7 @@ 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 \ itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= atspi:${PORTSDIR}/accessibility/at-spi2-core +LIB_DEPENDS= libatspi.so:${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 \ ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo @@ -27,6 +27,7 @@ CONFLICTS= orca-2.[0-9]* py*-json-py-[0-9]* LATEST_LINK= gnome-orca3 +NO_STAGE= yes USE_XZ= yes USES= gettext gmake pathfix pkgconfig USE_PYTHON= yes -- cgit v1.2.3