diff options
author | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
commit | 84fac2d633f153f38089c756692e0202cb3d8f32 (patch) | |
tree | 6b8ed11551c6ae6edf7530700df81d41fe88397e /x11/gtk2-engines | |
parent | d2d5f9e1c07ccc845b8e61288b5c518abb8694dd (diff) | |
download | pkgsrc-84fac2d633f153f38089c756692e0202cb3d8f32.tar.gz |
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
Diffstat (limited to 'x11/gtk2-engines')
-rw-r--r-- | x11/gtk2-engines/Makefile | 4 | ||||
-rw-r--r-- | x11/gtk2-engines/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gtk2-engines/Makefile b/x11/gtk2-engines/Makefile index 8fe84d234c9..1ba8f587ab2 100644 --- a/x11/gtk2-engines/Makefile +++ b/x11/gtk2-engines/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.81 2013/06/03 10:06:13 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2013/06/04 22:17:20 tron Exp $ DISTNAME= gtk-engines-2.20.2 PKGNAME= ${DISTNAME:S/gtk/gtk2/} -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/2.20/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/gtk2-engines/buildlink3.mk b/x11/gtk2-engines/buildlink3.mk index dfde1f8268a..c12b3cfb735 100644 --- a/x11/gtk2-engines/buildlink3.mk +++ b/x11/gtk2-engines/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.29 2013/06/03 10:06:13 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.30 2013/06/04 22:17:20 tron Exp $ BUILDLINK_TREE+= gtk2-engines @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gtk2-engines GTK2_ENGINES_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gtk2-engines+= gtk2-engines>=2.6.0 -BUILDLINK_ABI_DEPENDS.gtk2-engines+= gtk2-engines>=2.20.2nb12 +BUILDLINK_ABI_DEPENDS.gtk2-engines+= gtk2-engines>=2.20.2nb13 BUILDLINK_PKGSRCDIR.gtk2-engines?= ../../x11/gtk2-engines .include "../../x11/gtk2/buildlink3.mk" |