diff options
Diffstat (limited to 'chat')
-rw-r--r-- | chat/finch/Makefile | 4 | ||||
-rw-r--r-- | chat/pidgin/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile index 87810671faf..f6957c76901 100644 --- a/chat/finch/Makefile +++ b/chat/finch/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.54 2013/05/31 12:39:40 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2014/01/30 22:12:05 wiz Exp $ PKGNAME= finch-${PIDGIN_VERSION} PKGREVISION= 1 COMMENT= Multi-protocol Instant Messaging client console frontend +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.10.7 + .include "../../chat/libpurple/Makefile.common" USE_TOOLS+= intltool msgfmt perl 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 |