svn commit: r314940 - head/graphics/gegl
Jeremy Messenger
mezz at FreeBSD.org
Fri Mar 22 15:39:46 UTC 2013
Author: mezz
Date: Fri Mar 22 15:39:45 2013
New Revision: 314940
URL: http://svnweb.freebsd.org/changeset/ports/314940
Log:
Add a missing build time dependency, graphviz, for DOCS option.
Reported by: green dog <fiziologus at gmail.com>
Modified:
head/graphics/gegl/Makefile
Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile Fri Mar 22 15:28:13 2013 (r314939)
+++ head/graphics/gegl/Makefile Fri Mar 22 15:39:45 2013 (r314940)
@@ -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
More information about the svn-ports-all
mailing list