diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-01 11:02:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-01 11:02:50 +0000 |
commit | a13464e67c08d421f5da3f0e1e39af321d32a657 (patch) | |
tree | c0dcb61fee19dcdcfe0cf6d8e84f4d68bc124e2a /textproc | |
parent | f7f714eb37a621f82741fbc32b0c85c77d01af27 (diff) | |
download | pkgsrc-a13464e67c08d421f5da3f0e1e39af321d32a657.tar.gz |
Use PyBool_Check -> needs Python 2.3+
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-libxml2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index 3f68fc92c81..2c9da51d82d 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/10/30 20:59:10 drochner Exp $ +# $NetBSD: Makefile,v 1.26 2006/12/01 11:02:50 joerg Exp $ DISTNAME= libxml2-2.6.27 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://xmlsoft.org/ COMMENT= Python wrapper for libxml2 WRKSRC= ${WRKDIR}/${DISTNAME}/python +PYTHON_VERSIONS_ACCEPTED= 24 23 PYDISTUTILSPKG= YES PYBINMODULE= YES NO_CONFIGURE= YES |