From 413ecdf173a67256f569dbc29b59dc25fbc45713 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 5 Mar 2012 08:12:38 +0000 Subject: Doesn't work with python24. (syntax error on "finally:") --- net/py-zmq/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net') 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" -- cgit v1.2.3