diff options
Diffstat (limited to 'www/google-appengine/Makefile')
-rw-r--r-- | www/google-appengine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/google-appengine/Makefile b/www/google-appengine/Makefile index fb5490c309d9..e851bbcdbd52 100644 --- a/www/google-appengine/Makefile +++ b/www/google-appengine/Makefile @@ -6,8 +6,8 @@ # PORTNAME= google-appengine -PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTVERSION= 1.2.5 +PORTREVISION= 0 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= ${PORTNAME:S|-|_|}_${PORTVERSION}.zip @@ -20,7 +20,7 @@ COMMENT= Development tools for Google App Engine (SDK) RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-imaging -BROKEN= leaves files behind on deinstallation +MANUAL_PACKAGE_BUILD= uses Python 2.5 PROJECTHOST= googleappengine |