diff options
author | darcy <darcy@pkgsrc.org> | 2005-01-05 20:50:07 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2005-01-05 20:50:07 +0000 |
commit | 6cff3859684da266d78bc7e3b6dbb9409ab8b73d (patch) | |
tree | 7a69a0e385703ed4f70657b564e53bf8f353a68c | |
parent | 260fe2f2cbc9953e9cd56b085b0a29e5800d43be (diff) | |
download | pkgsrc-6cff3859684da266d78bc7e3b6dbb9409ab8b73d.tar.gz |
These packages all work with the latest version of Python.
-rw-r--r-- | devel/eric3/Makefile | 4 | ||||
-rw-r--r-- | www/ap2-python/Makefile | 4 | ||||
-rw-r--r-- | x11/py-qt3-qscintilla/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/eric3/Makefile b/devel/eric3/Makefile index f42f404e08a..e31e28b61f5 100644 --- a/devel/eric3/Makefile +++ b/devel/eric3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/05/09 17:06:56 recht Exp $ +# $NetBSD: Makefile,v 1.5 2005/01/05 20:50:07 darcy Exp $ # DISTNAME= eric-3.4.2 @@ -17,7 +17,7 @@ NO_BUILD= yes USE_LANGUAGES= PY_PATCHPLIST= yes -PYTHON_VERSIONS_ACCEPTED= 23pth 22pth +PYTHON_VERSIONS_ACCEPTED= 24pth 23pth 22pth CONFIGURE_ARGS= -b ${PREFIX}/bin -d ${PREFIX}/${PYSITELIB} diff --git a/www/ap2-python/Makefile b/www/ap2-python/Makefile index 05aedaf24a4..00e853a14b3 100644 --- a/www/ap2-python/Makefile +++ b/www/ap2-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/10/03 00:18:24 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/01/05 20:50:07 darcy Exp $ # FreeBSD Id: ports/www/mod_python3/Makefile,v 1.28 2004/03/11 14:36:30 perky Exp DISTNAME= mod_python-${VERSION} @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs="${APXS}" CONFIGURE_ARGS+=--with-python=${PYTHONBIN:Q} -PYTHON_VERSIONS_ACCEPTED= 23 23pth +PYTHON_VERSIONS_ACCEPTED= 24 24pth 23 23pth PY_PATCHPLIST= YES .include "../../lang/python/extension.mk" diff --git a/x11/py-qt3-qscintilla/Makefile b/x11/py-qt3-qscintilla/Makefile index 62bb194fd60..16fb3cd3e0d 100644 --- a/x11/py-qt3-qscintilla/Makefile +++ b/x11/py-qt3-qscintilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:37 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/01/05 20:50:07 darcy Exp $ # DISTNAME= PyQt-x11-gpl-3.11 @@ -23,7 +23,7 @@ CONFIGURE_ARGS+= -v ${PREFIX}/share/sip${PYVERSSUFFIX} CONFIGURE_ARGS+= -n ${QTDIR}/include CONFIGURE_ARGS+= -o ${QTDIR}/lib -PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth +PYTHON_VERSIONS_ACCEPTED= 24pth 23pth 22pth 21pth PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} |