From f0c213643079a52605a125691905093f38ecd5cc Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 25 Mar 2009 22:06:41 +0000 Subject: [PATCH] oops, fixed dependency --- x11/p5-Gtk2/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/p5-Gtk2/Makefile b/x11/p5-Gtk2/Makefile index b33c4be0f56..dcfd09199be 100644 --- a/x11/p5-Gtk2/Makefile +++ b/x11/p5-Gtk2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2009/03/25 22:03:18 jasper Exp $ +# $OpenBSD: Makefile,v 1.12 2009/03/25 22:06:41 jasper Exp $ SHARED_ONLY= Yes @@ -6,6 +6,7 @@ COMMENT= set of modules to use Gtk+2 libraries from Perl MODULES= cpan DISTNAME= Gtk2-1.203 +PKGNAME= ${DISTNAME}p0 CATEGORIES= x11 MAINTAINER= Mathieu Sauve-Frankel @@ -31,7 +32,7 @@ BUILD_DEPENDS= ::devel/p5-ExtUtils-Depends \ ::devel/p5-ExtUtils-PkgConfig \ ${RUN_DEPENDS} -RUN_DEPENDS= :p5-Glib2->=1.161:devel/p5-Glib2 \ +RUN_DEPENDS= :p5-Glib2->=1.200:devel/p5-Glib2 \ :p5-Cairo->=1.00:graphics/p5-Cairo # The regression tests require a running instance of X.