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 | e05e426ab43da6bb48ab55916d999c4d503e688a (patch) | |
tree | 6b8ed11551c6ae6edf7530700df81d41fe88397e /graphics/gd | |
parent | 6ac78ffb0f037a74145725b7dcfcfa4652d7dd23 (diff) | |
download | pkgsrc-e05e426ab43da6bb48ab55916d999c4d503e688a.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 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 4 | ||||
-rw-r--r-- | graphics/gd/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 89e78808747..63b3a661ece 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.94 2013/06/03 10:05:11 wiz Exp $ +# $NetBSD: Makefile,v 1.95 2013/06/04 22:16:17 tron Exp $ DISTNAME= gd-2.0.35 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= graphics MASTER_SITES= http://www.libgd.org/releases/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/gd/buildlink3.mk b/graphics/gd/buildlink3.mk index f07881044e2..1b735476329 100644 --- a/graphics/gd/buildlink3.mk +++ b/graphics/gd/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.27 2013/06/03 10:05:11 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.28 2013/06/04 22:16:17 tron Exp $ BUILDLINK_TREE+= gd @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gd GD_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gd+= gd>=2.0.15nb1 -BUILDLINK_ABI_DEPENDS.gd+= gd>=2.0.35nb14 +BUILDLINK_ABI_DEPENDS.gd+= gd>=2.0.35nb15 BUILDLINK_PKGSRCDIR.gd?= ../../graphics/gd pkgbase := gd |