diff options
author | darcy <darcy@pkgsrc.org> | 2005-01-05 10:05:19 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2005-01-05 10:05:19 +0000 |
commit | 965504c2919b42460197e79e708ae2d228ac3808 (patch) | |
tree | 5aa7010069a6b5a070ad1307a1eb71ccd40b2d35 /x11/py-qt3-sip | |
parent | 974869ff514ce692003acce71c08aa1d2e82afd6 (diff) | |
download | pkgsrc-965504c2919b42460197e79e708ae2d228ac3808.tar.gz |
Builds OK with latest version of Python.
Diffstat (limited to 'x11/py-qt3-sip')
-rw-r--r-- | x11/py-qt3-sip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-qt3-sip/Makefile b/x11/py-qt3-sip/Makefile index 5939058c0fb..f15f3e34b9d 100644 --- a/x11/py-qt3-sip/Makefile +++ b/x11/py-qt3-sip/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 10:05:19 darcy Exp $ # DISTNAME= sip-4.0rc3 @@ -27,7 +27,7 @@ CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB} CONFIGURE_ARGS+= -e ${PREFIX}/${PYINC} CONFIGURE_ARGS+= -v ${PREFIX}/share/sip${PYVERSSUFFIX} -PYTHON_VERSIONS_ACCEPTED= 23pth +PYTHON_VERSIONS_ACCEPTED= 24pth 23pth PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} |