diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-01-02 00:47:41 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-01-02 00:47:41 +0800 |
commit | 48837ab16bde31ea9c001422df6073d693256ce1 (patch) | |
tree | 64668ce4ec857bdbc987620cd74567b0e5e6f87f /www/mod_wsgi3 | |
parent | 86447a151bfb3c2a9e868307ff3efab5eb72ca61 (diff) | |
download | freebsd-ports-gnome-48837ab16bde31ea9c001422df6073d693256ce1.tar.gz freebsd-ports-gnome-48837ab16bde31ea9c001422df6073d693256ce1.tar.zst freebsd-ports-gnome-48837ab16bde31ea9c001422df6073d693256ce1.zip |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@
Diffstat (limited to 'www/mod_wsgi3')
-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 a1293ee70bc9..f1ca9e2a3058 100644 --- a/www/mod_wsgi3/Makefile +++ b/www/mod_wsgi3/Makefile @@ -26,7 +26,7 @@ CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.* PROJECTHOST= modwsgi -USE_APACHE= 13+ +USE_APACHE= 20+ USE_PYTHON= 2.5+ GNU_CONFIGURE= yes |