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 /games/gcompris | |
parent | 0c0bd9249cc32d17a23366ad6cb4ae339f94cb6e (diff) | |
download | pkgsrc-80e19d0f7b1a4d20de8eb366a0f829891c8b2f57.tar.gz |
*: depend on py-cairo now it supports all python versions
Diffstat (limited to 'games/gcompris')
-rw-r--r-- | games/gcompris/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index cc97c161e45..9751c10800a 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2017/11/23 17:19:54 wiz Exp $ +# $NetBSD: Makefile,v 1.75 2017/11/24 22:15:58 wiz Exp $ DISTNAME= gcompris-12.11 PKGREVISION= 28 @@ -12,6 +12,7 @@ COMMENT= Educational games for children LICENSE= gnu-gpl-v3 DEPENDS+= gnuchess-[0-9]*:../../games/gnuchess +DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo USE_TOOLS+= gmake intltool gtar pkg-config msgfmt texi2html GNU_CONFIGURE= YES @@ -24,7 +25,6 @@ INFO_FILES= yes PTHREAD_AUTO_VARS= yes PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-sqlite2, py-gtk2 -PYTHON_VERSIONED_DEPENDENCIES= cairo:link PKG_SUPPORTED_OPTIONS= gnet PKG_OPTIONS_VAR= PKG_OPTIONS.gcompris @@ -53,7 +53,6 @@ post-install: .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../graphics/librsvg/buildlink3.mk" -.include "../../lang/python/versioned_dependencies.mk" .include "../../lang/python/application.mk" .include "../../multimedia/gstreamer0.10/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" |