diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 13:51:05 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 13:51:05 +0000 |
commit | 7d92b8595a1d5eb237a8c998741e6a870122519f (patch) | |
tree | 6853448df7c6268ed3658e867a59607a6c1c37ae /graphics/libgltf | |
parent | c27e5388ca46471499c9e76118934e29325069a7 (diff) | |
download | FreeBSD-ports-7d92b8595a1d5eb237a8c998741e6a870122519f.zip FreeBSD-ports-7d92b8595a1d5eb237a8c998741e6a870122519f.tar.gz |
Fix build
Diffstat (limited to 'graphics/libgltf')
-rw-r--r-- | graphics/libgltf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libgltf/Makefile b/graphics/libgltf/Makefile index 1ec9dad..2ef8b3c 100644 --- a/graphics/libgltf/Makefile +++ b/graphics/libgltf/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:${PORTSDIR}/ ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm LIB_DEPENDS= libGLEW.so:${PORTSDIR}/graphics/glew -USES= pathfix libtool tar:bzip2 +USES= pathfix pkgconfig libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-werror |