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 /x11/gnome-panel | |
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 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-panel/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index a2504476104..d35228fd114 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.158 2013/05/31 12:42:55 wiz Exp $ +# $NetBSD: Makefile,v 1.159 2013/06/03 10:06:12 wiz Exp $ # DISTNAME= gnome-panel-2.32.1 -PKGREVISION= 27 +PKGREVISION= 28 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.32/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/gnome-panel/buildlink3.mk b/x11/gnome-panel/buildlink3.mk index 2ac847d4107..ae551d830c9 100644 --- a/x11/gnome-panel/buildlink3.mk +++ b/x11/gnome-panel/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.58 2013/05/24 18:23:33 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.59 2013/06/03 10:06:12 wiz Exp $ BUILDLINK_TREE+= gnome-panel @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnome-panel GNOME_PANEL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gnome-panel+= gnome-panel>=2.12.1nb3 -BUILDLINK_ABI_DEPENDS.gnome-panel+= gnome-panel>=2.32.1nb26 +BUILDLINK_ABI_DEPENDS.gnome-panel+= gnome-panel>=2.32.1nb28 BUILDLINK_PKGSRCDIR.gnome-panel?= ../../x11/gnome-panel pkgbase:= gnome-panel |