From d2b9ec2b079934720f7ab26a742b3872242a4b31 Mon Sep 17 00:00:00 2001
From: obache <obache@pkgsrc.org>
Date: Tue, 4 Feb 2014 08:28:06 +0000
Subject: Mark as not ready for python-3.x.

Fixes reversed condition change at the previous commit.
Build may fine with python-3.x, but installed scripts are incompatible.
---
 chat/libpurple/options.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'chat/libpurple')

diff --git a/chat/libpurple/options.mk b/chat/libpurple/options.mk
index 39840c266c2..665ef0cdd37 100644
--- a/chat/libpurple/options.mk
+++ b/chat/libpurple/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.23 2014/02/03 16:38:53 wiz Exp $
+# $NetBSD: options.mk,v 1.24 2014/02/04 08:28:06 obache Exp $
 
 PKG_OPTIONS_VAR=		PKG_OPTIONS.libpurple
 PKG_SUPPORTED_OPTIONS+=		avahi dbus debug farsight gnome gnutls
@@ -57,6 +57,7 @@ CONFIGURE_ARGS+=	--with-tclconfig=${BUILDLINK_PREFIX.tcl}/lib
 .if !empty(PKG_OPTIONS:Mdbus)
 CONFIGURE_ARGS+=	--enable-dbus
 CONFIGURE_ARGS+=	--with-python=${PYTHONBIN}
+PYTHON_VERSIONS_INCOMPATIBLE=	33 # not yet ported as of 2.10.8
 PLIST.dbus=		yes
 REPLACE_SH+=		libpurple/purple-send
 REPLACE_SH+=		libpurple/purple-send-async
-- 
cgit v1.2.3