diff options
Diffstat (limited to 'audio/mp3splt-gtk/Makefile')
-rw-r--r-- | audio/mp3splt-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile index ec7be1251586..1ead9e74bd6f 100644 --- a/audio/mp3splt-gtk/Makefile +++ b/audio/mp3splt-gtk/Makefile @@ -43,7 +43,7 @@ NLS_USES= gettext .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} -LIB_DEPENDS+= gvc:${PORTSDIR}/graphics/graphviz +LIB_DEPENDS+= libgvc.so:${PORTSDIR}/graphics/graphviz BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen .else CONFIGURE_ARGS+= --disable-doxygen-doc |