diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 04:40:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 04:40:31 +0000 |
commit | b960de69c9843c1edf7e39c144b6888546da2bac (patch) | |
tree | e019ff89be6ed51b5d0ecbd82f380568f1370a0e /www/mod_wsgi3 | |
parent | 1d8a0fcca4858e57b3aebc0b7f62352266882b57 (diff) | |
download | ports-b960de69c9843c1edf7e39c144b6888546da2bac.tar.gz ports-b960de69c9843c1edf7e39c144b6888546da2bac.zip |
Notes
Diffstat (limited to 'www/mod_wsgi3')
-rw-r--r-- | www/mod_wsgi3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_wsgi3/Makefile b/www/mod_wsgi3/Makefile index e4f1ee76eafe..8f5b016b5afc 100644 --- a/www/mod_wsgi3/Makefile +++ b/www/mod_wsgi3/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_wsgi PORTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://apt.douglasthrift.net/files/${PORTNAME}/ \ @@ -26,7 +27,7 @@ CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.* PROJECTHOST= modwsgi USE_APACHE= 1.3+ -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" |