diff options
Diffstat (limited to 'www/mod_wsgi3/Makefile')
-rw-r--r-- | www/mod_wsgi3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_wsgi3/Makefile b/www/mod_wsgi3/Makefile index 8f5b016b5af..a1293ee70bc 100644 --- a/www/mod_wsgi3/Makefile +++ b/www/mod_wsgi3/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_wsgi PORTVERSION= 3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://apt.douglasthrift.net/files/${PORTNAME}/ \ @@ -26,7 +26,7 @@ CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.* PROJECTHOST= modwsgi -USE_APACHE= 1.3+ +USE_APACHE= 13+ USE_PYTHON= 2.5+ GNU_CONFIGURE= yes |