diff options
Diffstat (limited to 'graphics/luxrender')
-rw-r--r-- | graphics/luxrender/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/luxrender/Makefile b/graphics/luxrender/Makefile index bd1cc1b0bf8d..7ff16fd783ed 100644 --- a/graphics/luxrender/Makefile +++ b/graphics/luxrender/Makefile @@ -22,9 +22,9 @@ ONLY_FOR_ARCHS= i386 amd64 BROKEN= does not build with boost-1.48.0 BUILD_DEPENDS= ${LOCALBASE}/lib/libfreeimage.a:${PORTSDIR}/graphics/freeimage -LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ - png15:${PORTSDIR}/graphics/png \ - IlmImf:${PORTSDIR}/graphics/OpenEXR \ +LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ + libpng15.so:${PORTSDIR}/graphics/png \ + libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ HG_NODEID= 9206b3ba7011 |