diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-24 22:15:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-24 22:15:58 +0000 |
commit | 80e19d0f7b1a4d20de8eb366a0f829891c8b2f57 (patch) | |
tree | 71f7c5b2f9c22ee2450e9fda676657107f0ac704 /x11/py-gtk2 | |
parent | 0c0bd9249cc32d17a23366ad6cb4ae339f94cb6e (diff) | |
download | pkgsrc-80e19d0f7b1a4d20de8eb366a0f829891c8b2f57.tar.gz |
*: depend on py-cairo now it supports all python versions
Diffstat (limited to 'x11/py-gtk2')
-rw-r--r-- | x11/py-gtk2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index 977dfde9936..082d40cb766 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2017/02/12 06:24:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.109 2017/11/24 22:15:59 wiz Exp $ DISTNAME= pygtk-2.24.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/} @@ -12,6 +12,8 @@ HOMEPAGE= http://www.pygtk.org/ COMMENT= Python bindings for GTK+2 LICENSE= gnu-lgpl-v2.1 +DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo + CONFLICTS= ${PYPKGPREFIX}-gtk<0.6.10 # IOError: [Errno 2] No such file or directory: 'gtk-types.defs' @@ -24,7 +26,6 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} USE_TOOLS+= gmake pkg-config PY_PATCHPLIST= YES -PYTHON_VERSIONED_DEPENDENCIES= cairo:link PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.24.0 REPLACE_PYTHON+= examples/atk/atk-demo.py @@ -78,7 +79,6 @@ REPLACE_PYTHON+= tests/runtests.py .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" -.include "../../lang/python/versioned_dependencies.mk" .include "../../devel/libglade/buildlink3.mk" BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.15.3 |