aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-09-28 13:05:53 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-09-28 13:05:53 +0800
commit4f0f51585ffed74e61c6bad0808f0131fbe63f0d (patch)
tree82e7609af440b03cdcc20ddd8fb280a574eb783f /devel
parentd9e316bd67dfb719d06f3b9bc9120179d5c75742 (diff)
downloadfreebsd-ports-gnome-4f0f51585ffed74e61c6bad0808f0131fbe63f0d.tar.gz
freebsd-ports-gnome-4f0f51585ffed74e61c6bad0808f0131fbe63f0d.tar.zst
freebsd-ports-gnome-4f0f51585ffed74e61c6bad0808f0131fbe63f0d.zip
- There is no 3 in the module so name
Diffstat (limited to 'devel')
-rw-r--r--devel/viewvc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile
index db5cdc1523cb..918ef50696bd 100644
--- a/devel/viewvc/Makefile
+++ b/devel/viewvc/Makefile
@@ -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.