summaryrefslogtreecommitdiff
path: root/chat/libpurple
diff options
context:
space:
mode:
authorobache <obache>2014-02-04 08:28:06 +0000
committerobache <obache>2014-02-04 08:28:06 +0000
commit1da35231d199d75073285a88e61474b942a8d5df (patch)
treeceddee53dfb5c8920ec1f86bd881b860084cdbf1 /chat/libpurple
parent4e09ba54d1352086a4ee42655946e9f2c40f4b3e (diff)
downloadpkgsrc-1da35231d199d75073285a88e61474b942a8d5df.tar.gz
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.
Diffstat (limited to 'chat/libpurple')
-rw-r--r--chat/libpurple/options.mk3
1 files changed, 2 insertions, 1 deletions
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