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/finch | |
parent | f6c67b5e8cb0046338e02eb9d07fde3664820b81 (diff) | |
download | pkgsrc-03f646c94f8b3072909153464cb664752f2b1854.tar.gz |
Mark as not yet ready for python-3.x.
Diffstat (limited to 'chat/finch')
-rw-r--r-- | chat/finch/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |