summaryrefslogtreecommitdiff
path: root/x11/py-qt3-base
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-28 22:59:59 +0000
committerjoerg <joerg>2006-05-28 22:59:59 +0000
commita26a69c52e084ad6bc58c43c9f523be7066be501 (patch)
treeb0ba51354043380b3ea2689bc8dab650460ca132 /x11/py-qt3-base
parent2e82b828ef1ad440bb12eccd70fe7ebebc5fc022 (diff)
downloadpkgsrc-a26a69c52e084ad6bc58c43c9f523be7066be501.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/py-qt3-base')
-rw-r--r--x11/py-qt3-base/Makefile.common4
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}