1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

- Fix a typo in the PR I submitted that glarkin committed.

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

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_wsig3.so:${PORTSDIR}/www/mod_wsgi3
RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_wsgi3.so:${PORTSDIR}/www/mod_wsgi3
.endif
# This feature is a clone of the Mozilla Project's Bonsai database.