diff options
author | joerg <joerg@pkgsrc.org> | 2011-04-15 14:48:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-04-15 14:48:41 +0000 |
commit | 461f092def315bed959ce49099354b0eaa2f2292 (patch) | |
tree | f547672a4ac850b53307a55d1edb0d4acc3f2ac7 /security/py-prewikka | |
parent | e857ce44682954c016af217ddf63e1a83de3f255 (diff) | |
download | pkgsrc-461f092def315bed959ce49099354b0eaa2f2292.tar.gz |
Dependency doesn't support Python 2.4
Diffstat (limited to 'security/py-prewikka')
-rw-r--r-- | security/py-prewikka/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile index e11bbd57bff..eb37a8333ac 100644 --- a/security/py-prewikka/Makefile +++ b/security/py-prewikka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2009/10/02 10:25:53 hasso Exp $ +# $NetBSD: Makefile,v 1.33 2011/04/15 14:48:41 joerg Exp $ # DISTNAME= prewikka-${VERSION} @@ -23,6 +23,7 @@ USE_TOOLS+= msgfmt .include "../../mk/bsd.prefs.mk" +PYTHON_VERSIONS_ACCEPTED= 27 26 25 PYDISTUTILSPKG= yes PYSETUP= setup.py PYTHON_PATCH_SCRIPTS= scripts/prewikka-httpd |