View | Details | Raw Unified | Return to bug 111018
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 181-188 Link Here
181
181
182
# GraphViz dot graphs
182
# GraphViz dot graphs
183
.if defined(WITH_IMAGEMAGICK_DOT)
183
.if defined(WITH_IMAGEMAGICK_DOT)
184
BUILD_DEPENDS+=		dot:${PORTSDIR}/graphics/graphviz
184
LIB_DEPENDS+=		gvc.3:${PORTSDIR}/graphics/graphviz
185
RUN_DEPENDS+=		dot:${PORTSDIR}/graphics/graphviz
185
LDFLAGS+=		-L${LOCALBASE}/lib/graphviz
186
.else
186
.else
187
CONFIGURE_ARGS+=	--without-dot --without-gvc
187
CONFIGURE_ARGS+=	--without-dot --without-gvc
188
.endif
188
.endif

Return to bug 111018