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-modules | |
parent | 6766d3344dfe32883d833382be1b69540408f959 (diff) | |
download | pkgsrc-69402372891b3f0cd4ddc0548be86e3aa186a0c4.tar.gz |
Also support Python 2.3.
OK'ed by drochner@
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 82ff729415c..188a3a9c04e 100644 --- a/x11/py-qt3-modules/Makefile +++ b/x11/py-qt3-modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/08/23 15:02:27 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2003/08/25 17:31:44 recht Exp $ # DISTNAME= PyQt-x11-gpl-3.8 @@ -17,7 +17,7 @@ USE_GMAKE= yes CONFIGURE_ARGS= -q ${QTDIR} -m ${GMAKE} -p ${SIPBIN} -PYTHON_VERSIONS_ACCEPTED= 22pth 21pth +PYTHON_VERSIONS_ACCEPTED= 22pth 23pth 21pth PY_PATCHPLIST= yes QTLIBDIR= ${QTDIR:S/${BUILDLINK_PREFIX.qt3-libs}\///}/lib PLIST_SUBST+= QTLIBDIR=${QTLIBDIR} |