From 4aa735150bbc4d50316476fc702b486764e554c6 Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 26 Mar 2013 14:31:28 +0000 Subject: [PATCH] missing build dependency. --- x11/dbusmenu-qt/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/dbusmenu-qt/Makefile b/x11/dbusmenu-qt/Makefile index 81b6c42b1b3..cc43e962ebf 100644 --- a/x11/dbusmenu-qt/Makefile +++ b/x11/dbusmenu-qt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2013/03/25 21:20:58 zhuk Exp $ +# $OpenBSD: Makefile,v 1.2 2013/03/26 14:31:28 sthen Exp $ SHARED_ONLY = Yes COMMENT = D-Bus menu implementation for Qt @@ -18,7 +18,8 @@ MASTER_SITES = ${HOMEPAGE}trunk/${V}/+download/ MODULES = devel/cmake x11/qt4 WANTLIB = lib/qt4/QtDBus lib/qt4/QtGui m stdc++ -BUILD_DEPENDS = devel/qjson +BUILD_DEPENDS = devel/qjson \ + devel/doxygen TEST_DEPENDS = devel/qjson # XXX "!icon.isNull()" failed tests are normal, they do mean that