aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2026-02-23 17:21:26 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2026-02-23 17:21:26 +0000
commita5e09e845b22fa35cdb320df1a8f2d1518ee712d (patch)
tree1e60c907437fdd322dbf0d9fdfda9a8eb955a69a /graphics
parent392858746a9ecb7087495d9a212b311a66d8cd3f (diff)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/materialx/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/materialx/Makefile b/graphics/materialx/Makefile
index b2d422aa60f5..611ffd8587cd 100644
--- a/graphics/materialx/Makefile
+++ b/graphics/materialx/Makefile
@@ -1,7 +1,7 @@
PORTNAME= materialx
DISTVERSIONPREFIX= v
DISTVERSION= 1.39.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MAINTAINER= freebsd@sysctl.cz
@@ -13,13 +13,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= libglvnd>0:graphics/libglvnd \
openimageio>0:graphics/openimageio \
- openshadinglanguage>0:graphics/openshadinglanguage
+ openshadinglanguage>0:graphics/openshadinglanguage \
+ libxkbcommon>0:x11/libxkbcommon
LIB_DEPENDS= libImath.so:math/Imath \
libOpenColorIO.so:graphics/opencolorio \
libOpenImageIO.so:graphics/openimageio \
libOpenImageIO_Util.so:graphics/openimageio
-USES= cmake gl localbase python:3.9+ xorg
+USES= cmake compiler:c++17-lang gl localbase python xorg
USE_GITHUB= yes
GH_ACCOUNT= AcademySoftwareFoundation
GH_PROJECT= MaterialX
@@ -33,7 +34,7 @@ GH_TUPLE= mitsuba-renderer:nanogui:6452dd6:nanogui/source/MaterialXView/NanoGUI
USE_GL= opengl
USE_LDCONFIG= yes
-USE_XORG= ice sm x11 xt
+USE_XORG= ice sm x11 xcursor xext xi xinerama xrandr xt xxf86vm
CMAKE_ARGS= -DCMAKE_INSTALL_PREFIX=${STAGEDIR}${PREFIX} \
-DNANOGUI_NATIVE_FLAGS="" \