From 00cdd1baa88d45a30c41daed0d2b1fce062fb7b2 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 17 Feb 2009 22:30:42 +0000 Subject: - Fix dependency on graphics/inventor Noticed by: Edward Sutton --- graphics/osg/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 4641c6b0a4c8..2e33df9a05de 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -95,7 +95,8 @@ PLIST_SUB+= GIF="@comment " .if defined(WITH_INVENTOR) FORCE_REQUIRE+= Inventor -LIB_DEPENDS+= Inventor:${PORTSDIR}/graphics/inventor +BUILD_DEPENDS+= ${LOCALBASE}/lib/libInventor.so:${PORTSDIR}/graphics/inventor +RUN_DEPENDS+= ${LOCALBASE}/lib/libInventor.so:${PORTSDIR}/graphics/inventor PLIST_SUB+= INVENTOR="" .else FORCE_IGNORE+= Inventor -- cgit v1.2.3