diff options
author | wiz <wiz> | 2014-01-30 22:12:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-30 22:12:05 +0000 |
commit | 03f646c94f8b3072909153464cb664752f2b1854 (patch) | |
tree | c9bb5b4defdc03813ddb59c0a5e43a088350bf26 /chat/pidgin | |
parent | f6c67b5e8cb0046338e02eb9d07fde3664820b81 (diff) | |
download | pkgsrc-03f646c94f8b3072909153464cb664752f2b1854.tar.gz |
Mark as not yet ready for python-3.x.
Diffstat (limited to 'chat/pidgin')
-rw-r--r-- | chat/pidgin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile index d08865d087d..f78f4cb9655 100644 --- a/chat/pidgin/Makefile +++ b/chat/pidgin/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.57 2013/10/10 14:42:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.58 2014/01/30 22:12:05 wiz Exp $ COMMENT= Multi-protocol Instant Messaging client GTK frontend +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.10.7 + .include "../../chat/libpurple/Makefile.common" PKGREVISION= 5 |