aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/osg
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-02-18 06:30:42 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-02-18 06:30:42 +0800
commit838de530c933562b93387c2757a45a511ba76950 (patch)
tree6a7e390c23d51c6b6db494dec7dde6783f6803f1 /graphics/osg
parentaaf82f07f9c168208553f7e403efe2f85af3e43f (diff)
downloadfreebsd-ports-gnome-838de530c933562b93387c2757a45a511ba76950.tar.gz
freebsd-ports-gnome-838de530c933562b93387c2757a45a511ba76950.tar.zst
freebsd-ports-gnome-838de530c933562b93387c2757a45a511ba76950.zip
- Fix dependency on graphics/inventor
Noticed by: Edward Sutton <mirror176 at hotmail dot com>
Diffstat (limited to 'graphics/osg')
-rw-r--r--graphics/osg/Makefile3
1 files changed, 2 insertions, 1 deletions
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