diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 13:51:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 13:51:05 +0000 |
commit | f8b1c32bb504b9e4a319d19a5926bff19a2d81f2 (patch) | |
tree | 6853448df7c6268ed3658e867a59607a6c1c37ae /graphics/libgltf | |
parent | 5279b4ba318bd218249547b14fbbfd1af64caa97 (diff) | |
download | ports-f8b1c32bb504b9e4a319d19a5926bff19a2d81f2.tar.gz ports-f8b1c32bb504b9e4a319d19a5926bff19a2d81f2.zip |
Notes
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 1ec9dadc70bd..2ef8b3cf821a 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 |