diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-28 07:02:24 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-28 07:02:24 +0800 |
commit | 6480afc8581fd832175154b407020fcd481403b7 (patch) | |
tree | cdf1da842b1b4fe1dfa16f1c1955680b559784cc /www | |
parent | d4055d04b2929046b1243f4ea77a68b2522d69d3 (diff) | |
download | freebsd-ports-gnome-6480afc8581fd832175154b407020fcd481403b7.tar.gz freebsd-ports-gnome-6480afc8581fd832175154b407020fcd481403b7.tar.zst freebsd-ports-gnome-6480afc8581fd832175154b407020fcd481403b7.zip |
- Only for 2.2+
Reported by: QAT
With Hat: apache@
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_python3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_python3/Makefile b/www/mod_python3/Makefile index d63fa04b73ee..3a9d47cb46fa 100644 --- a/www/mod_python3/Makefile +++ b/www/mod_python3/Makefile @@ -19,7 +19,7 @@ COMMENT= Apache module that embeds the Python interpreter within the server MAKE_JOBS_SAFE= yes -USE_APACHE= 2.0+ +USE_APACHE= 2.2+ USE_PYTHON= yes INSTALLS_EGGINFO= yes |