From 3b5b66cb75338636e26e2285f56ddf8b17de7f70 Mon Sep 17 00:00:00 2001
From: Mokhtar Gharbi <mgharbi@pr2c2.(none)>
Date: Wed, 4 May 2011 15:19:53 +0200
Subject: [PATCH] [wip/move3d-studio] Correct Distname

---
 move3d-studio/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/move3d-studio/Makefile b/move3d-studio/Makefile
index 72190c0d..d4428f87 100644
--- a/move3d-studio/Makefile
+++ b/move3d-studio/Makefile
@@ -3,13 +3,13 @@
 #
 
 PKGNAME=		move3d-studio-${VERSION}
-DISTNAME=		libmove3d-${VERSION}
+DISTNAME=		move3d-studio-${VERSION}
 VERSION=		3.9.1
 
 CATEGORIES=		path
 MASTER_SITES=		${MASTER_SITE_OPENROBOTS:=BioMove3D/}
 #MASTER_REPOSITORY=	git http://trac.laas.fr/git/robots/BioMove3D.git
-MASTER_REPOSITORY=	git /home/slemaign/softs-local/BioMove3D 
+MASTER_REPOSITORY=	git ssh://trac.laas.fr/git/robots/move3d-studio.git
 
 MAINTAINER=		biomove3dgitrepo@laas.fr
 COMMENT=		The BioMove3D development studio
@@ -37,5 +37,8 @@ include ../../wip/sysdep/qhull.mk
 include ../../wip/sysdep/libxpm.mk
 include ../../wip/sysdep/xforms.mk
 
+include ../../wip/libmove3d/depend.mk
+include ../../wip/libhri/depend.mk
+
 include ../../mk/sysdep/cmake.mk
 include ../../mk/robotpkg.mk
-- 
GitLab