diff options
author | joerg <joerg> | 2006-05-28 22:59:59 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-28 22:59:59 +0000 |
commit | 9b286017842a9a416d486f1aad879d9df349f8be (patch) | |
tree | b0ba51354043380b3ea2689bc8dab650460ca132 /x11 | |
parent | 66edd2cd3fa6901d327665cb96ffe237bc32a501 (diff) | |
download | pkgsrc-9b286017842a9a416d486f1aad879d9df349f8be.tar.gz |
py-qt3-sip only supports Python 2.3 and newer, so everything using it
or pt-qt3-base can't support other versions.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt3-base/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-qt3-base/Makefile.common b/x11/py-qt3-base/Makefile.common index 1b517e48a9d..53fcf7ae01f 100644 --- a/x11/py-qt3-base/Makefile.common +++ b/x11/py-qt3-base/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2006/03/04 21:31:10 jlam Exp $ +# $NetBSD: Makefile.common,v 1.7 2006/05/28 22:59:59 joerg Exp $ # # XXX: when updating version, be sure to update distinfo for both @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= -b ${PREFIX}/bin CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB} CONFIGURE_ARGS+= -v ${PREFIX}/share/sip${PYVERSSUFFIX} -PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 +PYTHON_VERSIONS_ACCEPTED= 24 23 PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} |