aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-09-28 13:00:48 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-09-28 13:00:48 +0800
commitd9e316bd67dfb719d06f3b9bc9120179d5c75742 (patch)
treeeaba749b587136412eb57b3489fae9863dcbcfaa /devel
parent1c0b138bedd42ad5ebe961fc3a8521adfefdcd6e (diff)
downloadfreebsd-ports-gnome-d9e316bd67dfb719d06f3b9bc9120179d5c75742.tar.gz
freebsd-ports-gnome-d9e316bd67dfb719d06f3b9bc9120179d5c75742.tar.zst
freebsd-ports-gnome-d9e316bd67dfb719d06f3b9bc9120179d5c75742.zip
- Fix a typo in the PR I submitted that glarkin committed.
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 c3002666b87d..db5cdc1523cb 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_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.