diff options
author | dholland <dholland@pkgsrc.org> | 2011-10-02 15:51:13 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-10-02 15:51:13 +0000 |
commit | 4e634a2e393a016fbc3bd63b6e06156e2c837eef (patch) | |
tree | 44a3e18bf7bf84082af899077ba8797042f56a33 /devel | |
parent | 38da2c99fce039a2ac07e66ab8bd00e82b4262f5 (diff) | |
download | pkgsrc-4e634a2e393a016fbc3bd63b6e06156e2c837eef.tar.gz |
doesn't work with python24 (could be patched, probably not worthwhile)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-msgpack/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-msgpack/Makefile b/devel/py-msgpack/Makefile index 6b73629bd57..6a4068aefd3 100644 --- a/devel/py-msgpack/Makefile +++ b/devel/py-msgpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/09/04 06:11:30 obache Exp $ +# $NetBSD: Makefile,v 1.3 2011/10/02 15:51:13 dholland Exp $ # DISTNAME= msgpack-python-0.1.10 @@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir EGG_NAME= ${DISTNAME:S/-/_/} +PYTHON_VERSIONS_INCOMPATIBLE= 24 + .include "../../devel/msgpack/buildlink3.mk" .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |