From 15d22e6a7f09cd7a8eb068b3109081f91e16843e Mon Sep 17 00:00:00 2001 From: Sergey Kiselev Date: Tue, 21 May 2024 13:41:15 +0500 Subject: [PATCH] games/openxray/Makefile - Fix MAINTAINER vaariable --- games/openxray/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/games/openxray/Makefile b/games/openxray/Makefile index efcb57c..cfafee7 100644 --- a/games/openxray/Makefile +++ b/games/openxray/Makefile @@ -2,7 +2,7 @@ PORTNAME= openxray PORTVERSION= 20240520 CATEGORIES= games -MAINTAINER= +MAINTAINER= root@digital-freak.ru COMMENT= OpenXRay is an improved version of the X-Ray Engine WWW= https://github.com/OpenXRay/xray-16 @@ -29,7 +29,7 @@ GH_TUPLE= \ OpenXRay:lua-marshal:983a3bf:lua_marshal/Externals/xrLuaFix/lua-marshal \ OpenXRay:lua-pack:1.0.5-5-gc1e5a14:lua_pack/Externals/xrLuaFix/lua-pack -USES= cmake:noninja gmake jpeg +USES= cmake jpeg sdl LIB_DEPENDS= liblzo2.so:archivers/lzo2 \ libogg.so:audio/libogg \ @@ -44,5 +44,7 @@ LIB_DEPENDS= liblzo2.so:archivers/lzo2 \ USE_SDL= sdl2 USE_GL= glew gl opengl +NO_MTREE= yes + .include