diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-03 10:04:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-03 10:04:30 +0000 |
commit | 18d6941e6e450b7b94ee0e04263eeccc8d22d068 (patch) | |
tree | c266cc6c8e30b3d463c16c59f2bac3a4134d317e /graphics/clutter-mx | |
parent | 67df4ba45b84157169699b115a994ea6533d49fe (diff) | |
download | pkgsrc-18d6941e6e450b7b94ee0e04263eeccc8d22d068.tar.gz |
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Diffstat (limited to 'graphics/clutter-mx')
-rw-r--r-- | graphics/clutter-mx/Makefile | 4 | ||||
-rw-r--r-- | graphics/clutter-mx/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/clutter-mx/Makefile b/graphics/clutter-mx/Makefile index 81654404701..6d6f56fa04c 100644 --- a/graphics/clutter-mx/Makefile +++ b/graphics/clutter-mx/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2013/02/16 11:18:18 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2013/06/03 10:05:08 wiz Exp $ # DISTNAME= mx-1.0.4 PKGNAME= clutter-mx-1.0.4 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= graphics MASTER_SITES= http://source.clutter-project.org/sources/mx/1.0/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/clutter-mx/buildlink3.mk b/graphics/clutter-mx/buildlink3.mk index f7ba488f664..b4d1cc8fe5c 100644 --- a/graphics/clutter-mx/buildlink3.mk +++ b/graphics/clutter-mx/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2013/02/16 11:18:18 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2013/06/03 10:05:08 wiz Exp $ BUILDLINK_TREE+= clutter-mx @@ -6,7 +6,7 @@ BUILDLINK_TREE+= clutter-mx CLUTTER_MX_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.clutter-mx+= clutter-mx>=1.0.3 -BUILDLINK_ABI_DEPENDS.clutter-mx+= clutter-mx>=1.0.4nb10 +BUILDLINK_ABI_DEPENDS.clutter-mx+= clutter-mx>=1.0.4nb11 BUILDLINK_PKGSRCDIR.clutter-mx?= ../../graphics/clutter-mx .include "../../graphics/clutter/buildlink3.mk" |