diff options
author | recht <recht@pkgsrc.org> | 2003-08-25 17:31:43 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-08-25 17:31:43 +0000 |
commit | 69402372891b3f0cd4ddc0548be86e3aa186a0c4 (patch) | |
tree | d959cb531cb2cf0aac39739756484373f2551d65 /x11/py-qt3-sip | |
parent | 6766d3344dfe32883d833382be1b69540408f959 (diff) | |
download | pkgsrc-69402372891b3f0cd4ddc0548be86e3aa186a0c4.tar.gz |
Also support Python 2.3.
OK'ed by drochner@
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 91b460136ab..3d09b064612 100644 --- a/x11/py-qt3-sip/Makefile +++ b/x11/py-qt3-sip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/08/23 15:02:24 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2003/08/25 17:31:45 recht Exp $ # DISTNAME= sip-x11-gpl-3.8 @@ -26,7 +26,7 @@ PYQT_TMPDIR= ${WRKDIR}/pyqt_tmp CONFIGURE_ARGS+= -d ${PYQT_TMPDIR} CONFIGURE_ARGS+= -b ${PYQT_TMPDIR} -PYTHON_VERSIONS_ACCEPTED= 22pth 21pth +PYTHON_VERSIONS_ACCEPTED= 22pth 23pth 21pth PY_PATCHPLIST= yes QTLIBDIR= ${QTDIR:S/${BUILDLINK_PREFIX.qt3-libs}\///}/lib PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} QTLIBDIR=${QTLIBDIR} |