aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2008-08-20 20:23:56 +0800
committerpgollucci <pgollucci@FreeBSD.org>2008-08-20 20:23:56 +0800
commit1ebb639da55ee5c936284f676d56f4cbf9d1441c (patch)
tree407af9c29b73501c72e761951d3f983568e5e63a /devel
parent2660a0e8aab5a95b9fe9a44ee4d498b8ec937c82 (diff)
downloadfreebsd-ports-gnome-1ebb639da55ee5c936284f676d56f4cbf9d1441c.tar.gz
freebsd-ports-gnome-1ebb639da55ee5c936284f676d56f4cbf9d1441c.tar.zst
freebsd-ports-gnome-1ebb639da55ee5c936284f676d56f4cbf9d1441c.zip
Fix typo in previous commit breaking the dependency on mod_python3:
Needs an absolute path PR: ports/126672 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Approved by: gabor (mentor, implicit)
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 c92ffe8b5045..d5e831be8b3b 100644
--- a/devel/viewvc/Makefile
+++ b/devel/viewvc/Makefile
@@ -49,7 +49,7 @@ RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd
.endif
.if defined(WITH_MODPYTHON3)
-RUN_DEPENDS+= ${APACHEMODDIR}/mod_python.so:${PORTSDIR}/www/mod_python3
+RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_python.so:${PORTSDIR}/www/mod_python3
.endif
# This feature is a clone of the Mozilla Project's Bonsai database.