summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorobache <obache>2011-03-26 07:09:45 +0000
committerobache <obache>2011-03-26 07:09:45 +0000
commitcc2d7ff38921d65fa0267e04709c2608d4d98c7e (patch)
tree3eb754b2376db1145be9ad1f8d44d7535a906812 /www
parent446328aed40dfab3a29ae79c6aad2631ac8f9829 (diff)
downloadpkgsrc-cc2d7ff38921d65fa0267e04709c2608d4d98c7e.tar.gz
Accept python 26 and 27 in addition to 25.
At the package addition time, 25 was the only python>=25 package.
Diffstat (limited to 'www')
-rw-r--r--www/loggerhead/Makefile4
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"