diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-30 22:12:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-30 22:12:05 +0000 |
commit | 434e08571d05156bcaff9c925528caa73a16da50 (patch) | |
tree | c9bb5b4defdc03813ddb59c0a5e43a088350bf26 | |
parent | d48e029ff9140d42b0662949724dabf91420c5c1 (diff) | |
download | pkgsrc-434e08571d05156bcaff9c925528caa73a16da50.tar.gz |
Mark as not yet ready for python-3.x.
-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 |