summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-09-19 12:42:40 +0000
committerRene Ladan <rene@FreeBSD.org>2020-09-19 12:42:40 +0000
commit85b4aea9adf2e6078b413673a6dd08abe2016187 (patch)
tree4f2a1233804a9cc77b54557895d6195dfe1ec71c
parentAdd rubygem-vcr 6.0.0 (diff)
devel/viewvc: remove optional support for expired mod_python35
Notes
Notes: svn path=/head/; revision=548977
-rw-r--r--devel/viewvc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile
index fa926eff3cd8..550adca3a4ee 100644
--- a/devel/viewvc/Makefile
+++ b/devel/viewvc/Makefile
@@ -22,18 +22,16 @@ OPTIONS_DEFAULT= WEBSRV APACHE SVN
OPTIONS_SINGLE= WEBSRV APMOD
OPTIONS_SINGLE_WEBSRV= APACHE LIGHTTPD
-OPTIONS_SINGLE_APMOD= MODPYTHON35 MODWSGI
+OPTIONS_SINGLE_APMOD= MODWSGI
WEBSRV_DESC= Enable web server support
APMOD_DESC= depend on Apache module
MODWSGI_DESC= Add mod_wsgi to the list of package dependencies
-MODPYTHON35_DESC= Add mod_python35 to the list of package dependencies
MYSQL_DESC= Bonsai-like repository query facilities
APACHE_USE= APACHE_RUN=24+
LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd
-MODPYTHON35_RUN_DEPENDS=${APACHE_PKGNAMEPREFIX}mod_python35>=3.5:www/mod_python35
MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi>=4.4.13:www/mod_wsgi4@${PY_FLAVOR}
MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:databases/py-MySQLdb@${PY_FLAVOR}