From a76de90b0c648dfcfe8c2dd473cff862d9609260 Mon Sep 17 00:00:00 2001 From: sthen Date: Sun, 16 Dec 2012 23:06:16 +0000 Subject: [PATCH] BUILD_DEPENDS on graphviz, doxygen picks it up --- textproc/ebook-tools/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/ebook-tools/Makefile b/textproc/ebook-tools/Makefile index 39eb6d8eb31..ce0f93d762b 100644 --- a/textproc/ebook-tools/Makefile +++ b/textproc/ebook-tools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2012/12/16 11:40:07 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2012/12/16 23:06:16 sthen Exp $ V = 0.2.1 REVISION = 0 @@ -20,7 +20,8 @@ WANTLIB += c xml2 zip MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ebook-tools/${V}/} MODULES = devel/cmake -BUILD_DEPENDS = devel/doxygen +BUILD_DEPENDS = devel/doxygen \ + graphics/graphviz LIB_DEPENDS = textproc/libxml \ archivers/libzip \