1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Remove non default dependency on expiring www/mod_wsgi2

This commit is contained in:
Antoine Brodin 2014-06-28 09:32:36 +00:00
parent d50ba5259c
commit 13cc9464f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359678

View File

@ -24,7 +24,7 @@ PYDISTUTILS_AUTOPLIST= yes
INSTALLS_ICONS= yes
OPTIONS_DEFINE= CLAMAV EXAMPLES GEOIP GTK2 LOGIN NLS QT4 \
SQLITE3 SYNTAX WSGI
SQLITE3 SYNTAX
OPTIONS_DEFAULT= SQLITE3 SYNTAX
OPTIONS_SUB= yes
@ -47,9 +47,6 @@ SYNTAX_DESC= HTML/CSS syntax check
SYNTAX_RUN_DEPENDS=\
${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.5:${PORTSDIR}/www/py-cssutils \
${PYTHON_PKGNAMEPREFIX}utidy>=0.2:${PORTSDIR}/www/py-utidy
WSGI_DESC= WSGI Web interface
WSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_wsg2>0:${PORTSDIR}/www/mod_wsgi2
WSGI_USE= apache_run=22
.include <bsd.port.options.mk>