From fa0fbc51088bc3da7350e1d6e233d6c7f11b06e2 Mon Sep 17 00:00:00 2001 From: nigel Date: Fri, 24 Feb 2012 17:43:11 +0000 Subject: [PATCH] bump REVISION-python also required. Ok ajc@ mpi@ --- devel/vte/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/vte/Makefile b/devel/vte/Makefile index 89ecbe31357..0bf1afaa019 100644 --- a/devel/vte/Makefile +++ b/devel/vte/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.96 2012/02/24 10:44:55 mpi Exp $ +# $OpenBSD: Makefile,v 1.97 2012/02/24 17:43:11 nigel Exp $ # Don't pull in x11/py-gtk2 on these archs; build fails with binutils 2.15 NOT_FOR_ARCHS-python= mips64 mips64el @@ -15,7 +15,7 @@ FULLPKGNAME-main= vte-${GNOME_VERSION} FULLPKGNAME-python= py-${DISTNAME} REVISION-main = 6 -REVISION-python = 3 +REVISION-python = 4 CATEGORIES= devel