diff options
author | dholland <dholland> | 2012-08-15 05:50:11 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-08-15 05:50:11 +0000 |
commit | ad8ae761a36c4115e6dd4ff066a605c1f66290ce (patch) | |
tree | e00d6aaca8623d76b32e1bbe7abd631b59a75ec5 /devel | |
parent | d8e0599e6e8dd998a21dd350c67f68633ce45d38 (diff) | |
download | pkgsrc-ad8ae761a36c4115e6dd4ff066a605c1f66290ce.tar.gz |
Doesn't work on python25.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-stompclient/Makefile | 4 |
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" |