diff options
Diffstat (limited to 'graphics/openxr/Makefile')
-rw-r--r-- | graphics/openxr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/openxr/Makefile b/graphics/openxr/Makefile index 9d0e9da2db3e..778c1cf8863c 100644 --- a/graphics/openxr/Makefile +++ b/graphics/openxr/Makefile @@ -1,7 +1,6 @@ PORTNAME= openxr DISTVERSIONPREFIX= release- -DISTVERSION= 1.1.47 -PORTREVISION= 1 +DISTVERSION= 1.1.51 CATEGORIES= graphics MAINTAINER= vvd@FreeBSD.org @@ -17,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 |