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
commit58c999f28ff838c015816aeeb827a965ffb9453f (patch)
treed959cb531cb2cf0aac39739756484373f2551d65 /devel/eric3
parentefeb067e11bba9a3434a0af74291d2cc346e4947 (diff)
downloadpkgsrc-58c999f28ff838c015816aeeb827a965ffb9453f.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)