1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- fix after update to graphviz-0.28

This commit is contained in:
Dirk Meyer 2011-05-20 20:22:57 +00:00
parent bfb3fa20dc
commit 283ecbf03a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274396

View File

@ -91,7 +91,7 @@ PLIST_SUB+= FFMPEG="@comment "
.endif
.if !defined(WITHOUT_GRAPHVIZ)
LIB_DEPENDS+= graph.4:${PORTSDIR}/graphics/graphviz
LIB_DEPENDS+= graph:${PORTSDIR}/graphics/graphviz
.else
CONFIGURE_ARGS+=--without-graphviz
.endif