diff options
Diffstat (limited to 'graphics/libgltf/Makefile')
-rw-r--r-- | graphics/libgltf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libgltf/Makefile b/graphics/libgltf/Makefile index e6a76883e03d..83311267c6d4 100644 --- a/graphics/libgltf/Makefile +++ b/graphics/libgltf/Makefile @@ -12,8 +12,8 @@ COMMENT= C++ Library for rendering OpenGL models stored in glTF format LICENSE= LGPL21 MPL LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:${PORTSDIR}/devel/boost-libs \ - ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm +BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:devel/boost-libs \ + ${LOCALBASE}/include/glm/glm.hpp:math/glm USES= compiler:c++0x libtool pathfix pkgconfig tar:bzip2 USE_GL= glew |