diff options
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 |