diff options
author | dholland <dholland@pkgsrc.org> | 2011-09-29 11:51:32 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-09-29 11:51:32 +0000 |
commit | a3a46dfe3cba2e43256bacdc251e1fd7451d25ad (patch) | |
tree | d08640944ca1f9bc5697e15ef4472e1a5bfc4fd1 /textproc | |
parent | 91a9b89070847bda04b1d1ae9ecf80b4c28843ea (diff) | |
download | pkgsrc-a3a46dfe3cba2e43256bacdc251e1fd7451d25ad.tar.gz |
doesn't work with python24. (could be patched)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-cssutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-cssutils/Makefile b/textproc/py-cssutils/Makefile index 3de6b83fbb9..d45bbed4061 100644 --- a/textproc/py-cssutils/Makefile +++ b/textproc/py-cssutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/01 09:20:46 obache Exp $ +# $NetBSD: Makefile,v 1.2 2011/09/29 11:51:32 dholland Exp $ # DISTNAME= cssutils-0.9.7 @@ -15,6 +15,8 @@ LICENSE= gnu-lgpl-v3 PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCOMPATIBLE= 24 + # all files are group/others writable. post-extract: chmod -R go-w ${WRKSRC} |