diff options
author | darcy <darcy> | 2005-01-05 10:05:19 +0000 |
---|---|---|
committer | darcy <darcy> | 2005-01-05 10:05:19 +0000 |
commit | 9f674cbfa1f8eba4659d4d53d7bdcfdc65aa37b9 (patch) | |
tree | 5aa7010069a6b5a070ad1307a1eb71ccd40b2d35 /x11/py-qt3-modules | |
parent | fc4802da1d963a9960b4d3bc9386e97befcee6ac (diff) | |
download | pkgsrc-9f674cbfa1f8eba4659d4d53d7bdcfdc65aa37b9.tar.gz |
Builds OK with latest version of Python.
Diffstat (limited to 'x11/py-qt3-modules')
-rw-r--r-- | x11/py-qt3-modules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-qt3-modules/Makefile b/x11/py-qt3-modules/Makefile index c3aea8d1bc9..341563b5932 100644 --- a/x11/py-qt3-modules/Makefile +++ b/x11/py-qt3-modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/10/03 00:18:37 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/01/05 10:05:19 darcy Exp $ # DISTNAME= PyQt-x11-gpl-3.11 @@ -21,7 +21,7 @@ CONFIGURE_ARGS= -b ${PREFIX}/bin CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB} CONFIGURE_ARGS+= -v ${PREFIX}/share/sip${PYVERSSUFFIX} -PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth +PYTHON_VERSIONS_ACCEPTED= 24pth 23pth 22pth 21pth PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} |