diff options
author | dholland <dholland@pkgsrc.org> | 2012-08-15 05:50:11 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-08-15 05:50:11 +0000 |
commit | 66ae54ffece8465234edc413fdb92a713c4123ae (patch) | |
tree | e00d6aaca8623d76b32e1bbe7abd631b59a75ec5 | |
parent | 79818f92dd747bc66d8cb65cf8bd4ad02be11c40 (diff) | |
download | pkgsrc-66ae54ffece8465234edc413fdb92a713c4123ae.tar.gz |
Doesn't work on python25.
-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" |