diff options
author | obache <obache@pkgsrc.org> | 2014-02-04 08:28:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-02-04 08:28:06 +0000 |
commit | d2b9ec2b079934720f7ab26a742b3872242a4b31 (patch) | |
tree | ceddee53dfb5c8920ec1f86bd881b860084cdbf1 /chat/libpurple | |
parent | 29116abed67c72c058719763df1f979968175e2f (diff) | |
download | pkgsrc-d2b9ec2b079934720f7ab26a742b3872242a4b31.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.mk | 3 |
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 |