diff options
Diffstat (limited to 'textproc')
-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 |