diff options
author | tron <tron> | 2013-06-04 22:15:37 +0000 |
---|---|---|
committer | tron <tron> | 2013-06-04 22:15:37 +0000 |
commit | 380d9fe620b0cfe80698a4c15fc2ae3bb5485aba (patch) | |
tree | 6b8ed11551c6ae6edf7530700df81d41fe88397e /graphics/gegl | |
parent | 32c6b5730534fd6aec4757823f8d305cabccf0b0 (diff) | |
download | pkgsrc-380d9fe620b0cfe80698a4c15fc2ae3bb5485aba.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/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 4 | ||||
-rw-r--r-- | graphics/gegl/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index e2cd4740752..0b02b598be9 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2013/06/03 10:05:11 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2013/06/04 22:16:18 tron Exp $ DISTNAME= gegl-0.2.0 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/gegl/buildlink3.mk b/graphics/gegl/buildlink3.mk index a3f30b00fd2..ecfc23bd0d9 100644 --- a/graphics/gegl/buildlink3.mk +++ b/graphics/gegl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.24 2013/06/03 10:05:11 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.25 2013/06/04 22:16:18 tron Exp $ BUILDLINK_TREE+= gegl @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gegl GEGL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gegl+= gegl>=0.2.0 -BUILDLINK_ABI_DEPENDS.gegl+= gegl>=0.2.0nb11 +BUILDLINK_ABI_DEPENDS.gegl+= gegl>=0.2.0nb12 BUILDLINK_PKGSRCDIR.gegl?= ../../graphics/gegl pkgbase := gegl |