diff options
Diffstat (limited to 'www/loggerhead')
-rw-r--r-- | www/loggerhead/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/loggerhead/Makefile b/www/loggerhead/Makefile index 99b63ae4a0d..f8826b859a0 100644 --- a/www/loggerhead/Makefile +++ b/www/loggerhead/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/02/28 14:53:06 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2011/03/26 07:09:45 obache Exp $ DISTNAME= loggerhead-${VER} PKGREVISION= 1 @@ -26,7 +26,7 @@ PYDISTUTILSPKG= yes # Requires wsgi, which is available for older versions of Python, but not in # pkgsrc yet. Also requires 'sqlite3', which seems not to be available # separately (py-sqlite2 is for sqlite3 but is 'pysqlite2'). -PYTHON_VERSIONS_ACCEPTED=25 +PYTHON_VERSIONS_ACCEPTED= 25 26 27 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" |