diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-03 10:05:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-03 10:05:17 +0000 |
commit | 61dc4ab4d28d87b2b5c292e4e073eb602e72bd7a (patch) | |
tree | 8090cbbb08137e798b2ff84bd04d9af2cf123753 /inputmethod/tomoe-gtk | |
parent | daa83e329a3a35f7583e5c6a3a17b6c14fc64472 (diff) | |
download | pkgsrc-61dc4ab4d28d87b2b5c292e4e073eb602e72bd7a.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 'inputmethod/tomoe-gtk')
-rw-r--r-- | inputmethod/tomoe-gtk/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tomoe-gtk/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/tomoe-gtk/Makefile b/inputmethod/tomoe-gtk/Makefile index 477a1e0de65..836c0c81728 100644 --- a/inputmethod/tomoe-gtk/Makefile +++ b/inputmethod/tomoe-gtk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2013/02/16 11:18:36 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2013/06/03 10:05:26 wiz Exp $ # DISTNAME= tomoe-gtk-0.6.0 -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= inputmethod MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/} diff --git a/inputmethod/tomoe-gtk/buildlink3.mk b/inputmethod/tomoe-gtk/buildlink3.mk index 57c47aba9f9..92f3e14af65 100644 --- a/inputmethod/tomoe-gtk/buildlink3.mk +++ b/inputmethod/tomoe-gtk/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.19 2013/02/16 11:18:36 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.20 2013/06/03 10:05:26 wiz Exp $ BUILDLINK_TREE+= tomoe-gtk @@ -6,7 +6,7 @@ BUILDLINK_TREE+= tomoe-gtk TOMOE_GTK_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.tomoe-gtk+= tomoe-gtk>=0.6.0 -BUILDLINK_ABI_DEPENDS.tomoe-gtk+= tomoe-gtk>=0.6.0nb18 +BUILDLINK_ABI_DEPENDS.tomoe-gtk+= tomoe-gtk>=0.6.0nb19 BUILDLINK_PKGSRCDIR.tomoe-gtk?= ../../inputmethod/tomoe-gtk .include "../../inputmethod/tomoe/buildlink3.mk" |