1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- There is no 3 in the module so name

This commit is contained in:
Philip M. Gollucci 2010-09-28 05:05:53 +00:00
parent 0f76f4a702
commit 2080a320f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262004

View File

@ -59,7 +59,7 @@ RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_python.so:${PORTSDIR}/www/mod_pyt
.endif
.if defined(WITH_MODWSGI3)
RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_wsgi3.so:${PORTSDIR}/www/mod_wsgi3
RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_wsgi.so:${PORTSDIR}/www/mod_wsgi3
.endif
# This feature is a clone of the Mozilla Project's Bonsai database.