diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-22 21:15:50 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-22 21:15:50 +0000 |
commit | b7fc7ba65576d5ce387563c60b88276ba1418bc8 (patch) | |
tree | 884d351fee646b4e7b1b5c851bf898976e69b28e /www/mod_wsgi | |
parent | 221e0a651fd2a964309073001ac7cc62e1b96ea0 (diff) |
Notes
Diffstat (limited to 'www/mod_wsgi')
-rw-r--r-- | www/mod_wsgi/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/mod_wsgi/Makefile b/www/mod_wsgi/Makefile index e850472f1d48..3d07f26c9cd3 100644 --- a/www/mod_wsgi/Makefile +++ b/www/mod_wsgi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_wsgi -# Date created: 07 April 2008 -# Whom: Douglas Thrift -# +# Created by: Douglas Thrift # $FreeBSD$ -# PORTNAME= mod_wsgi PORTVERSION= 2.8 @@ -26,7 +22,7 @@ CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-3.* mod_wsgi-3.* PROJECTHOST= modwsgi -USE_APACHE= 22+ +USE_APACHE= 22 USE_PYTHON= 2.5-2.7 GNU_CONFIGURE= yes |