diff options
Diffstat (limited to 'graphics/openxr/Makefile')
-rw-r--r-- | graphics/openxr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/openxr/Makefile b/graphics/openxr/Makefile index 8f45c1112dda..628f543d4e94 100644 --- a/graphics/openxr/Makefile +++ b/graphics/openxr/Makefile @@ -1,6 +1,6 @@ PORTNAME= openxr DISTVERSIONPREFIX= release- -DISTVERSION= 1.1.48 +DISTVERSION= 1.1.50 CATEGORIES= graphics MAINTAINER= vvd@FreeBSD.org @@ -16,11 +16,12 @@ BUILD_DEPENDS= glslangValidator:graphics/glslang \ ${LOCALBASE}/lib/libjsoncpp.a:devel/jsoncpp RUN_DEPENDS= vulkan-loader>0:graphics/vulkan-loader -USES= cmake compiler:c++14-lang gl python:build +USES= cmake compiler:c++14-lang gl pathfix python:build USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= OpenXR-SDK USE_GL= opengl +USE_LDCONFIG= yes CMAKE_ON= BUILD_ALL_EXTENSIONS BUILD_WITH_SYSTEM_JSONCPP |