aboutsummaryrefslogtreecommitdiff
path: root/www/mod_wsgi4/Makefile
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2018-02-06 18:44:19 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2018-02-06 18:44:19 +0000
commit04317fbaf9c4114bd498627c6dfc4852e4d058e3 (patch)
tree0a2298f4c4c6ef73da2246734538c1f3c64899ec /www/mod_wsgi4/Makefile
parent3864ff14594ff9346142e4321ebf76bba0c2d374 (diff)
downloadports-04317fbaf9c4114bd498627c6dfc4852e4d058e3.tar.gz
ports-04317fbaf9c4114bd498627c6dfc4852e4d058e3.zip
www/mod_wsgi4: Support FLAVORS
PR: 225647 Submitted by: Christian Ullrich <chris@chrullrich.net> Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Approved by: mat, tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14191
Notes
Notes: svn path=/head/; revision=461083
Diffstat (limited to 'www/mod_wsgi4/Makefile')
-rw-r--r--www/mod_wsgi4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mod_wsgi4/Makefile b/www/mod_wsgi4/Makefile
index fbe91b5c317a..4f45feff24e6 100644
--- a/www/mod_wsgi4/Makefile
+++ b/www/mod_wsgi4/Makefile
@@ -2,9 +2,10 @@
PORTNAME= mod_wsgi
DISTVERSION= 4.5.24
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
+PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 4
MAINTAINER= douglas@douglasthrift.net
@@ -16,6 +17,7 @@ CONFLICTS_INSTALL=${PKGNAMEPREFIX}mod_wsgi3.* mod_wsgi3.*
USES= gettext python
USE_APACHE= 22+
+USE_PYTHON= flavors
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"