diff options
author | nivit <nivit@FreeBSD.org> | 2009-08-17 17:14:57 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2009-08-17 17:14:57 +0800 |
commit | 96322922ed2a8f881917ee4ebb48b4bc687ce957 (patch) | |
tree | 187814e2ca6e3bcc881ac82ae41c2db2e49c897a /www | |
parent | 8e8bc88213717d6b217314f5b8cfcdb1db71987a (diff) | |
download | freebsd-ports-gnome-96322922ed2a8f881917ee4ebb48b4bc687ce957.tar.gz freebsd-ports-gnome-96322922ed2a8f881917ee4ebb48b4bc687ce957.tar.zst freebsd-ports-gnome-96322922ed2a8f881917ee4ebb48b4bc687ce957.zip |
- Set USE_PYTHON to 2.5, because other versions are not officially supported.
Diffstat (limited to 'www')
-rw-r--r-- | www/google-appengine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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,-,_,} |