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/openbox | |
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/openbox')
-rw-r--r-- | wm/openbox/Makefile | 4 | ||||
-rw-r--r-- | wm/openbox/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 054c1576f4d..5768b9538af 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.82 2013/06/03 10:06:07 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2013/06/04 22:17:13 tron Exp $ DISTNAME= openbox-3.5.0 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= wm x11 MASTER_SITES= http://openbox.org/dist/openbox/ diff --git a/wm/openbox/buildlink3.mk b/wm/openbox/buildlink3.mk index d43280af5ba..03055cda02f 100644 --- a/wm/openbox/buildlink3.mk +++ b/wm/openbox/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.19 2013/06/03 10:06:07 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.20 2013/06/04 22:17:13 tron Exp $ BUILDLINK_TREE+= openbox @@ -6,7 +6,7 @@ BUILDLINK_TREE+= openbox OPENBOX_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.openbox+= openbox>=3.1 -BUILDLINK_ABI_DEPENDS.openbox+= openbox>=3.5.0nb12 +BUILDLINK_ABI_DEPENDS.openbox+= openbox>=3.5.0nb13 BUILDLINK_PKGSRCDIR.openbox?= ../../wm/openbox .include "../../converters/libiconv/buildlink3.mk" |