summaryrefslogtreecommitdiff
path: root/devel/py-stompclient
diff options
context:
space:
mode:
authordholland <dholland>2012-08-15 05:50:11 +0000
committerdholland <dholland>2012-08-15 05:50:11 +0000
commitb26d4c4a8e04dcce58cf93d9fb765fc9fbd96076 (patch)
treee00d6aaca8623d76b32e1bbe7abd631b59a75ec5 /devel/py-stompclient
parent0cc11d13bb5fc378e1cc9ea7856e126845bc3591 (diff)
downloadpkgsrc-b26d4c4a8e04dcce58cf93d9fb765fc9fbd96076.tar.gz
Doesn't work on python25.
Diffstat (limited to 'devel/py-stompclient')
-rw-r--r--devel/py-stompclient/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-stompclient/Makefile b/devel/py-stompclient/Makefile
index 160ef2dbd75..aa8f8ca7859 100644
--- a/devel/py-stompclient/Makefile
+++ b/devel/py-stompclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/08/14 09:05:22 imil Exp $
+# $NetBSD: Makefile,v 1.2 2012/08/15 05:50:11 dholland Exp $
#
DISTNAME= stompclient-0.3.2
@@ -15,5 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 25
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"