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 /wm/compiz | |
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 'wm/compiz')
-rw-r--r-- | wm/compiz/Makefile | 4 | ||||
-rw-r--r-- | wm/compiz/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/wm/compiz/Makefile b/wm/compiz/Makefile index 1e6ac15e5c7..deeebed5983 100644 --- a/wm/compiz/Makefile +++ b/wm/compiz/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.63 2013/06/03 10:06:05 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2013/06/04 22:17:12 tron Exp $ # PKGVER= 0.8.4 DISTNAME= compiz-${PKGVER} -PKGREVISION= 34 +PKGREVISION= 35 CATEGORIES= wm x11 MASTER_SITES= http://releases.compiz.org/${PKGVER}/ diff --git a/wm/compiz/buildlink3.mk b/wm/compiz/buildlink3.mk index c0f95a14f29..652ebc03852 100644 --- a/wm/compiz/buildlink3.mk +++ b/wm/compiz/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.20 2013/06/03 10:06:05 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.21 2013/06/04 22:17:12 tron Exp $ BUILDLINK_TREE+= compiz @@ -6,7 +6,7 @@ BUILDLINK_TREE+= compiz COMPIZ_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.compiz+= compiz>=0.6.2 -BUILDLINK_ABI_DEPENDS.compiz+= compiz>=0.8.4nb34 +BUILDLINK_ABI_DEPENDS.compiz+= compiz>=0.8.4nb35 BUILDLINK_PKGSRCDIR.compiz?= ../../wm/compiz .include "../../devel/libwnck/buildlink3.mk" |