summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-11-24 22:15:58 +0000
committerwiz <wiz@pkgsrc.org>2017-11-24 22:15:58 +0000
commit80e19d0f7b1a4d20de8eb366a0f829891c8b2f57 (patch)
tree71f7c5b2f9c22ee2450e9fda676657107f0ac704 /misc
parent0c0bd9249cc32d17a23366ad6cb4ae339f94cb6e (diff)
downloadpkgsrc-80e19d0f7b1a4d20de8eb366a0f829891c8b2f57.tar.gz
*: depend on py-cairo now it supports all python versions
Diffstat (limited to 'misc')
-rw-r--r--misc/orca/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/orca/Makefile b/misc/orca/Makefile
index d45efdf9ac4..9ab0ed26801 100644
--- a/misc/orca/Makefile
+++ b/misc/orca/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2017/01/01 14:43:48 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2017/11/24 22:15:59 wiz Exp $
DISTNAME= orca-2.32.1
PKGREVISION= 1
@@ -19,6 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-ORBit>=2.24:../../net/py-ORBit
DEPENDS+= ${PYPKGPREFIX}-dbus-[0-9]*:../../sysutils/py-dbus
DEPENDS+= ${PYPKGPREFIX}-gnome2>=2.28:../../x11/py-gnome2
DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.22:../../x11/py-gtk2
+DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
DEPENDS+= gnome-speech>=0.4.25:../../audio/gnome-speech
DEPENDS+= gnome-mag>=0.16.2:../../x11/gnome-mag
@@ -31,7 +32,6 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
PY_PATCHPLIST= yes
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit, py-gnome2, py-gtk2
-PYTHON_VERSIONED_DEPENDENCIES= cairo
.include "../../mk/bsd.prefs.mk"
.if ${X11_TYPE} == "modular" || !exists(${X11BASE}/bin/xmodmap)
@@ -42,5 +42,4 @@ DEPENDS+= xmodmap-[0-9]*:../../x11/xmodmap
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"