From f451f25a43079b8ce3be20831657e9972b3a8674 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 17 May 2011 15:04:42 +0000 Subject: [PATCH] Only build the gtk2 FLAVOR of polkit-gnome by default, gir-scanner fails when trying to build a gtkX version when gtkY is installed and currently the gtk3 support is only needed for gnome3 ports which are not enabled. --- x11/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/Makefile b/x11/Makefile index 45b0478aa43..3489078e242 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.455 2011/05/13 09:41:39 landry Exp $ +# $OpenBSD: Makefile,v 1.456 2011/05/17 15:04:42 ajacoutot Exp $ # $FreeBSD: Makefile,v 1.178 1997/11/24 05:32:52 fenner Exp $ SUBDIR = @@ -202,7 +202,7 @@ SUBDIR += piewm SUBDIR += pinot SUBDIR += podbrowser - SUBDIR += polkit-gnome + SUBDIR += polkit-gnome,gtk2 SUBDIR += polkit-qt4 SUBDIR += ptsans SUBDIR += pwm