diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-08-20 12:23:56 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-08-20 12:23:56 +0000 |
commit | 043b85c0a441093cc8f2e8989702b64c27b2c2d6 (patch) | |
tree | a2a451440c20e80f7c472f6007cae17ab425b8ee /devel/viewvc | |
parent | 941adf705d48404582680f0ec5324b4162c84315 (diff) | |
download | ports-043b85c0a441093cc8f2e8989702b64c27b2c2d6.tar.gz ports-043b85c0a441093cc8f2e8989702b64c27b2c2d6.zip |
Notes
Diffstat (limited to 'devel/viewvc')
-rw-r--r-- | devel/viewvc/Makefile | 2 |
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. |