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 | 9c9af8e1c6af7d8ade43ab8fa23c8d97ffc17e7d (patch) | |
tree | 7d6026a741fae53524016159a7e80bd5c3b0fd9f /www | |
parent | b30f3fc5d284ece4b893e5c5b501c9e6daef41dc (diff) | |
download | pkgsrc-9c9af8e1c6af7d8ade43ab8fa23c8d97ffc17e7d.tar.gz |
Replaced PYTHON_VERSIONS_ACCEPTED with PYTHON_VERSIONS_INCOMPATIBLE.
Diffstat (limited to 'www')
-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: |