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 /audio/bmp | |
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 'audio/bmp')
-rw-r--r-- | audio/bmp/Makefile | 4 | ||||
-rw-r--r-- | audio/bmp/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/bmp/Makefile b/audio/bmp/Makefile index 5e365ef1f21..3440d456e72 100644 --- a/audio/bmp/Makefile +++ b/audio/bmp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.53 2013/06/03 10:04:31 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2013/06/04 22:15:38 tron Exp $ # BMP_ENABLE_ENCODERS= yes .include "Makefile.common" -PKGREVISION= 26 +PKGREVISION= 27 USE_TOOLS+= unzip:run diff --git a/audio/bmp/buildlink3.mk b/audio/bmp/buildlink3.mk index b6b8a93dbaf..827487e795e 100644 --- a/audio/bmp/buildlink3.mk +++ b/audio/bmp/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.26 2013/06/03 10:04:31 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.27 2013/06/04 22:15:38 tron Exp $ BUILDLINK_TREE+= bmp @@ -6,7 +6,7 @@ BUILDLINK_TREE+= bmp BMP_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.bmp+= bmp>=0.9.7rc2nb3 -BUILDLINK_ABI_DEPENDS.bmp+= bmp>=0.9.7.1nb26 +BUILDLINK_ABI_DEPENDS.bmp+= bmp>=0.9.7.1nb27 BUILDLINK_PKGSRCDIR.bmp?= ../../audio/bmp .include "../../devel/gettext-lib/buildlink3.mk" |