summaryrefslogtreecommitdiff
path: root/www/loggerhead
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-03-26 07:12:56 +0000
committerobache <obache@pkgsrc.org>2011-03-26 07:12:56 +0000
commit47ae3251893ad2bebeb483fb409f4b9a70a5b9dd (patch)
tree7891636ca77f6f6295ab53f7dd5f6bc7392ec92b /www/loggerhead
parenta24d6119ad6b46965ff4b4040c97e4cb59704993 (diff)
downloadpkgsrc-47ae3251893ad2bebeb483fb409f4b9a70a5b9dd.tar.gz
reorder PYTHON_VERSION_ACCEPTED.
Diffstat (limited to 'www/loggerhead')
-rw-r--r--www/loggerhead/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/loggerhead/Makefile b/www/loggerhead/Makefile
index f8826b859a0..70972efda05 100644
--- a/www/loggerhead/Makefile
+++ b/www/loggerhead/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2011/03/26 07:09:45 obache Exp $
+# $NetBSD: Makefile,v 1.7 2011/03/26 07:12:56 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 26 27
+PYTHON_VERSIONS_ACCEPTED= 27 26 25
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"