summaryrefslogtreecommitdiff
path: root/graphics/mypaint
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 /graphics/mypaint
parent0c0bd9249cc32d17a23366ad6cb4ae339f94cb6e (diff)
downloadpkgsrc-80e19d0f7b1a4d20de8eb366a0f829891c8b2f57.tar.gz
*: depend on py-cairo now it supports all python versions
Diffstat (limited to 'graphics/mypaint')
-rw-r--r--graphics/mypaint/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile
index 4eb9dd953a7..8b4ba672189 100644
--- a/graphics/mypaint/Makefile
+++ b/graphics/mypaint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/02/12 06:25:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2017/11/24 22:15:58 wiz Exp $
DISTNAME= mypaint-1.1.0
PKGREVISION= 4
@@ -13,12 +13,12 @@ LICENSE= gnu-gpl-v2
BUILD_DEPENDS+= scons-[0-9]*:../../devel/scons
DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
+DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
USE_LANGUAGES= c c++
USE_TOOLS+= bash:run msgfmt pkg-config
-PYTHON_VERSIONED_DEPENDENCIES= cairo
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
USE_PKGLOCALEDIR= yes
@@ -51,6 +51,5 @@ do-install:
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/py-gobject/buildlink3.mk"
.include "../../math/py-numpy/buildlink3.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"