summaryrefslogtreecommitdiff
path: root/devel/eric3
diff options
context:
space:
mode:
authorrecht <recht>2003-08-25 17:31:43 +0000
committerrecht <recht>2003-08-25 17:31:43 +0000
commit5554db369300beca7ee7197de6e7bc1445a5f11d (patch)
treed959cb531cb2cf0aac39739756484373f2551d65 /devel/eric3
parent2d76afa8b298d49e4ea4db13e5370a5a205a2078 (diff)
downloadpkgsrc-5554db369300beca7ee7197de6e7bc1445a5f11d.tar.gz
Also support Python 2.3.
OK'ed by drochner@
Diffstat (limited to 'devel/eric3')
-rw-r--r--devel/eric3/Makefile4
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)