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 /devel | |
parent | 6766d3344dfe32883d833382be1b69540408f959 (diff) | |
download | pkgsrc-69402372891b3f0cd4ddc0548be86e3aa186a0c4.tar.gz |
Also support Python 2.3.
OK'ed by drochner@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/eric3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/eric3/Makefile b/devel/eric3/Makefile index be1cf5adc8a..b646ec273c4 100644 --- a/devel/eric3/Makefile +++ b/devel/eric3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/07/22 17:34:44 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/25 17:31:43 recht Exp $ # DISTNAME= eric-3.2 @@ -12,7 +12,7 @@ COMMENT= Python IDE USE_BUILDLINK2= yes NO_BUILD= yes PY_PATCHPLIST= yes -PYTHON_VERSION_REQD= 22pth +PYTHON_VERSIONS_ACCEPTED= 22pth 23pth do-install: (cd ${WRKSRC} && ${PYTHONBIN} install.py -b ${PREFIX}/bin) |