summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-03-05 08:12:38 +0000
committerdholland <dholland@pkgsrc.org>2012-03-05 08:12:38 +0000
commit413ecdf173a67256f569dbc29b59dc25fbc45713 (patch)
treec0441b0296f7f3d4a6ba96dcec730ab6cbcc8159 /net
parentdeec885b68640e1153b822df458cf9a7c5b81e18 (diff)
downloadpkgsrc-413ecdf173a67256f569dbc29b59dc25fbc45713.tar.gz
Doesn't work with python24. (syntax error on "finally:")
Diffstat (limited to 'net')
-rw-r--r--net/py-zmq/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-zmq/Makefile b/net/py-zmq/Makefile
index 5b91eec5b20..0eb481f0c55 100644
--- a/net/py-zmq/Makefile
+++ b/net/py-zmq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/03/02 18:44:44 apb Exp $
+# $NetBSD: Makefile,v 1.3 2012/03/05 08:12:38 dholland Exp $
#
DISTNAME= pyzmq-2.1.10
@@ -14,6 +14,8 @@ LICENSE= gnu-lgpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
+PYTHON_VERSIONS_INCOMPATIBLE= 24
+
.include "../../lang/python/distutils.mk"
.include "../../net/zeromq/buildlink3.mk"