diff options
author | darcy <darcy@pkgsrc.org> | 2005-01-05 20:50:07 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2005-01-05 20:50:07 +0000 |
commit | 6cff3859684da266d78bc7e3b6dbb9409ab8b73d (patch) | |
tree | 7a69a0e385703ed4f70657b564e53bf8f353a68c /devel | |
parent | 260fe2f2cbc9953e9cd56b085b0a29e5800d43be (diff) | |
download | pkgsrc-6cff3859684da266d78bc7e3b6dbb9409ab8b73d.tar.gz |
These packages all work with the latest version of Python.
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 f42f404e08a..e31e28b61f5 100644 --- a/devel/eric3/Makefile +++ b/devel/eric3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/05/09 17:06:56 recht Exp $ +# $NetBSD: Makefile,v 1.5 2005/01/05 20:50:07 darcy Exp $ # DISTNAME= eric-3.4.2 @@ -17,7 +17,7 @@ NO_BUILD= yes USE_LANGUAGES= PY_PATCHPLIST= yes -PYTHON_VERSIONS_ACCEPTED= 23pth 22pth +PYTHON_VERSIONS_ACCEPTED= 24pth 23pth 22pth CONFIGURE_ARGS= -b ${PREFIX}/bin -d ${PREFIX}/${PYSITELIB} |