diff options
Diffstat (limited to 'chat/pidgin/Makefile')
-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 |