diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-25 08:58:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-25 08:58:55 +0000 |
commit | 866ec7580efc610c0590a56f496a54c91562064d (patch) | |
tree | 35717c9f7d6ceeb684c0a08c293b108ec8ce37a8 /games | |
parent | 9d60221194c449646570117df4282ecec266d732 (diff) | |
download | pkgsrc-866ec7580efc610c0590a56f496a54c91562064d.tar.gz |
*: use py-cairo's bl3.mk file where previously it used cairo:link
Needed when e.g. pkg-config is used to detect py-cairo.
Diffstat (limited to 'games')
-rw-r--r-- | games/gcompris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 9751c10800a..1be27cd80ac 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2017/11/24 22:15:58 wiz Exp $ +# $NetBSD: Makefile,v 1.76 2017/11/25 08:58:55 wiz Exp $ DISTNAME= gcompris-12.11 PKGREVISION= 28 @@ -12,7 +12,6 @@ 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 @@ -50,6 +49,7 @@ post-install: .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../databases/py-sqlite2/buildlink3.mk" +.include "../../graphics/py-cairo/buildlink3.mk" .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../graphics/librsvg/buildlink3.mk" |