aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2013-03-22 23:39:45 +0800
committermezz <mezz@FreeBSD.org>2013-03-22 23:39:45 +0800
commitd19dbbd94ead5d2222f136ceb685d6a7e5e11533 (patch)
tree81233772f441c49875fae48037dc8aad1941aa64
parent9bfec70930f6dd5f8b064fb289418f8a2b9444e3 (diff)
downloadfreebsd-ports-gnome-d19dbbd94ead5d2222f136ceb685d6a7e5e11533.tar.gz
freebsd-ports-gnome-d19dbbd94ead5d2222f136ceb685d6a7e5e11533.tar.zst
freebsd-ports-gnome-d19dbbd94ead5d2222f136ceb685d6a7e5e11533.zip
Add a missing build time dependency, graphviz, for DOCS option.
Reported by: green dog <fiziologus@gmail.com>
-rw-r--r--graphics/gegl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index a75035ae73e5..d2de454bef8d 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -192,7 +192,8 @@ PLIST_SUB+= EXIV2="@comment "
.endif
.if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+= a2x:${PORTSDIR}/textproc/asciidoc
+BUILD_DEPENDS+= a2x:${PORTSDIR}/textproc/asciidoc \
+ vimdot:${PORTSDIR}/graphics/graphviz
.else
CONFIGURE_ARGS+=--disable-docs
.endif