From c9f8a9052150479d023b51c7df0adfc50412e739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Lallement?= <raphael.lallement@laas.fr> Date: Wed, 29 May 2013 15:30:14 +0200 Subject: [PATCH] [wip/hatptester] Add missing dependency Add dependency on boost-log --- hatptester/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hatptester/Makefile b/hatptester/Makefile index 0aa2900e..a7a65581 100644 --- a/hatptester/Makefile +++ b/hatptester/Makefile @@ -4,7 +4,7 @@ DISTNAME= hatptester-${VERSION} VERSION= 0.8.0 -PKGREVISION= +PKGREVISION= 1 CATEGORIES= planning MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hatptester/} MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}hatptester @@ -26,6 +26,7 @@ DEPEND_ABI.boost-headers=boost-headers>=1.34 include ../../wip/msgconnector/depend.mk include ../../devel/boost-headers/depend.mk include ../../devel/boost-libs/depend.mk +include ../../devel/boost-log/depend.mk include ../../mk/sysdep/cmake.mk include ../../mk/sysdep/qmake.mk include ../../mk/sysdep/qt4-libs.mk -- GitLab