From 96322922ed2a8f881917ee4ebb48b4bc687ce957 Mon Sep 17 00:00:00 2001 From: nivit Date: Mon, 17 Aug 2009 09:14:57 +0000 Subject: - Set USE_PYTHON to 2.5, because other versions are not officially supported. --- www/google-appengine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/google-appengine/Makefile b/www/google-appengine/Makefile index 4bfef8b7c771..c1405f726b70 100644 --- a/www/google-appengine/Makefile +++ b/www/google-appengine/Makefile @@ -24,7 +24,7 @@ PROJECTHOST= googleappengine NO_BUILD= yes -USE_PYTHON= 2.5-2.6 +USE_PYTHON= 2.5 USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME:S,-,_,} -- cgit