diff options
Diffstat (limited to 'www/mod_wsgi3/Makefile')
-rw-r--r-- | www/mod_wsgi3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_wsgi3/Makefile b/www/mod_wsgi3/Makefile index 62166f531d1a..9f8e543e271f 100644 --- a/www/mod_wsgi3/Makefile +++ b/www/mod_wsgi3/Makefile @@ -23,7 +23,7 @@ CONFLICTS= mod_wsgi-2.* PROJECTHOST= modwsgi USE_APACHE= 1.3+ -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" |