diff options
Diffstat (limited to 'www/trac-graphviz/Makefile')
-rw-r--r-- | www/trac-graphviz/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/trac-graphviz/Makefile b/www/trac-graphviz/Makefile index 63fada6f5fb9..700f705a164c 100644 --- a/www/trac-graphviz/Makefile +++ b/www/trac-graphviz/Makefile @@ -13,9 +13,9 @@ COMMENT= Graphviz plugin for Trac's wiki LICENSE= BSD3CLAUSE -RUN_DEPENDS+= urwfonts>0:${PORTSDIR}/x11-fonts/urwfonts \ - dot:${PORTSDIR}/graphics/graphviz \ - tracd:${PORTSDIR}/www/trac +RUN_DEPENDS+= urwfonts>0:x11-fonts/urwfonts \ + dot:graphics/graphviz \ + tracd:www/trac USES= python:2 USE_PYTHON= autoplist distutils |