py-libxml2 is incompatible with python-3.1.
This commit is contained in:
parent
6101e1ba1d
commit
2170f35b41
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue