diff options
author | minskim <minskim> | 2011-11-29 19:32:59 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-11-29 19:32:59 +0000 |
commit | 518c13410277d9e027d0aeae2afe237e4a88d1f8 (patch) | |
tree | e855602fb8fc9ba61e85aebcbff07ea4deabc0f7 /textproc/py-libxml2 | |
parent | 625a79623101d7b4533493fc5658d1451306233e (diff) | |
download | pkgsrc-518c13410277d9e027d0aeae2afe237e4a88d1f8.tar.gz |
py-libxml2 is incompatible with python-3.1.
Diffstat (limited to 'textproc/py-libxml2')
-rw-r--r-- | textproc/py-libxml2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index 54273858918..4525fc318d4 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2010/11/26 17:52:10 drochner Exp $ +# $NetBSD: Makefile,v 1.38 2011/11/29 19:32:59 minskim Exp $ DISTNAME= libxml2-2.7.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,6 +11,8 @@ HOMEPAGE= http://xmlsoft.org/ COMMENT= Python wrapper for libxml2 LICENSE= modified-bsd +PYTHON_VERSIONS_INCOMPATIBLE= 31 + PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${DISTNAME}/python |