diff options
Diffstat (limited to 'www/webgrind/Makefile')
-rw-r--r-- | www/webgrind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webgrind/Makefile b/www/webgrind/Makefile index 4077e857a343..3df5d74e767d 100644 --- a/www/webgrind/Makefile +++ b/www/webgrind/Makefile @@ -26,7 +26,7 @@ NO_ARCH= yes PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" CALLGRAPH_USES= python -CALLGRAPH_RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz +CALLGRAPH_RUN_DEPENDS= dot:graphics/graphviz post-patch-CALLGRAPH-on: @${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' ${WRKSRC}/config.php |