diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-28 22:59:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-28 22:59:59 +0000 |
commit | 452bbcd5bf5c6d141fe5f29cf14eee4e9a58f6e4 (patch) | |
tree | b0ba51354043380b3ea2689bc8dab650460ca132 | |
parent | 885d0e4c93ac6b24bc982bbcf9d4fe4a1ab00df0 (diff) | |
download | pkgsrc-452bbcd5bf5c6d141fe5f29cf14eee4e9a58f6e4.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.
-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} |