diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-31 13:43:34 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-31 13:43:34 +0000 |
commit | 923026592ea2ea50d4b23aa0fd72e76518e8242c (patch) | |
tree | 7d6026a741fae53524016159a7e80bd5c3b0fd9f /www/zopeedit | |
parent | 8ebdfe4baba8f41cf71ed9e1638e59961c2dff35 (diff) | |
download | pkgsrc-923026592ea2ea50d4b23aa0fd72e76518e8242c.tar.gz |
Replaced PYTHON_VERSIONS_ACCEPTED with PYTHON_VERSIONS_INCOMPATIBLE.
Diffstat (limited to 'www/zopeedit')
-rw-r--r-- | www/zopeedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/zopeedit/Makefile b/www/zopeedit/Makefile index 54072360aac..653235b1ace 100644 --- a/www/zopeedit/Makefile +++ b/www/zopeedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/01/07 09:14:16 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2008/01/31 13:43:34 rillig Exp $ # DISTNAME= zopeedit-0.7-src @@ -12,7 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.zope.org/Members/Caseman/ExternalEditor COMMENT= Helper client application for Zope's ExternalEditor -PYTHON_VERSIONS_ACCEPTED= 22 23 +PYTHON_VERSIONS_INCOMPATIBLE= 15 20 21 PYDISTUTILSPKG= yes post-install: |